mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
work-in progress Helper and keyboard shortcuts
This commit is contained in:
@@ -29,6 +29,7 @@ struct WidgetsConfig
|
||||
bool shader_editor;
|
||||
bool toolbox;
|
||||
bool history;
|
||||
bool help;
|
||||
|
||||
WidgetsConfig() {
|
||||
stats = false;
|
||||
@@ -43,6 +44,7 @@ struct WidgetsConfig
|
||||
timeline_editmode = false;
|
||||
shader_editor = false;
|
||||
toolbox = false;
|
||||
help = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user