mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Fixup OSX system session file loading request
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user