From dcd44abde1a61c77ab8bea87940ae6fb6fcc92ae Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 14 Apr 2019 22:19:08 +1000 Subject: [PATCH] fixed windows compile issue --- ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/mainwindow.cpp b/ui/mainwindow.cpp index 153080f88..cade09482 100644 --- a/ui/mainwindow.cpp +++ b/ui/mainwindow.cpp @@ -466,7 +466,7 @@ void MainWindow::Restyle() // Windows menus have the option of being native, so we may not need this CSS #ifdef Q_OS_WIN - if (!olive::CurrentConfig.use_native_menu_styling) { + if (!olive::config.use_native_menu_styling) { #endif stylesheet.append("QMenu::separator { background: #404040; }"); #ifdef Q_OS_WIN