mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-05 13:40:42 +08:00
Wxwidget MacOpenURL override
This commit is contained in:
parent
67def89334
commit
d89719a58f
@ -2778,6 +2778,12 @@ void GUI_App::MacOpenFiles(const wxArrayString &fileNames)
|
||||
start_new_gcodeviewer(&filename);
|
||||
}
|
||||
}
|
||||
|
||||
void GUI_App::MacOpenURL(const wxString& url)
|
||||
{
|
||||
show_error(nullptr, L"MacOpenURL: " + url);
|
||||
}
|
||||
|
||||
#endif /* __APPLE */
|
||||
|
||||
Sidebar& GUI_App::sidebar()
|
||||
|
Loading…
x
Reference in New Issue
Block a user