mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
OSX packaging Bundle (with dynamic location of plugins)
This commit is contained in:
@@ -67,7 +67,7 @@ struct History
|
||||
bool save_on_exit;
|
||||
|
||||
History() {
|
||||
path = "Recent Files";
|
||||
path = IMGUI_LABEL_RECENT_FILES;
|
||||
valid_file = false;
|
||||
load_at_start = false;
|
||||
save_on_exit = false;
|
||||
@@ -125,6 +125,7 @@ struct Application
|
||||
{
|
||||
// Verification
|
||||
std::string name;
|
||||
std::string executable;
|
||||
|
||||
// Global settings Application interface
|
||||
float scale;
|
||||
|
||||
Reference in New Issue
Block a user