mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
OSX specific: Trying to detect opening of files through Finder at the application start to switch to G-code viewer
This commit is contained in:
parent
b42a12db66
commit
6fc98f05ef
2 changed files with 20 additions and 0 deletions
|
@ -250,6 +250,7 @@ public:
|
|||
virtual bool OnExceptionInMainLoop() override;
|
||||
|
||||
#ifdef __APPLE__
|
||||
void OSXStoreOpenFiles(const wxArrayString &files) override;
|
||||
// Called if there is no file to open.
|
||||
void MacNewFile();
|
||||
// wxWidgets override to get an event on open files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue