Fixup OSX system session file loading request

This commit is contained in:
brunoherbelin
2020-11-03 17:56:18 +01:00
parent bab0e9b710
commit 34580ab5ea
3 changed files with 4 additions and 7 deletions

View File

@@ -168,7 +168,6 @@ struct Application
// Verification
std::string name;
std::string executable;
std::string argument_file;
// Global settings Application interface
float scale;
@@ -209,7 +208,7 @@ struct Application
History recentFolders;
History recentImport;
Application() : fresh_start(false), name(APP_NAME), executable(""), argument_file("") {
Application() : fresh_start(false), name(APP_NAME), executable(APP_NAME) {
scale = 1.f;
accent_color = 0;
pannel_stick = false;