PresetUpdater: Don't fail as hard if version not found in index #1821

GUI_App: Add OnExceptionInMainLoop handler
This commit is contained in:
Vojtech Kral 2019-02-14 15:28:18 +01:00
parent eb643a1f52
commit d8c7966bec
3 changed files with 51 additions and 15 deletions

View file

@ -137,6 +137,8 @@ public:
bool checked_tab(Tab* tab);
void load_current_presets();
virtual bool OnExceptionInMainLoop();
#ifdef __APPLE__
// wxWidgets override to get an event on open files.
void MacOpenFiles(const wxArrayString &fileNames) override;