recreating menu structure

This commit is contained in:
itsmattkc
2019-06-18 00:24:08 -07:00
parent a468b3727d
commit 25564fdb6b
13 changed files with 330 additions and 9 deletions
+5 -1
View File
@@ -6,6 +6,7 @@
#include "ui/icons/icons.h"
#include "ui/style/style.h"
#include "widget/menu/menushared.h"
Core olive::core;
@@ -52,7 +53,10 @@ void Core::Start()
olive::icon::LoadAll();
// Set UI style
olive::style::SetDefault();
olive::style::AppSetDefault();
// Set up shared menus
olive::menu_shared.Initialize();
// Create main window and open it
main_window_ = new olive::MainWindow();