style: use native menu styling on macOS too

This commit is contained in:
itsmattkc
2020-05-03 17:15:09 +10:00
parent 403a8a8656
commit b2acb5c326
3 changed files with 9 additions and 9 deletions
+1 -3
View File
@@ -110,9 +110,7 @@ void Menu::SetBooleanAction(QAction *a, bool* boolean)
void Menu::Init()
{
#ifdef Q_OS_WINDOWS
StyleManager::UseNativeWindowsStyling(this);
#endif
StyleManager::UseOSNativeStyling(this);
}
OLIVE_NAMESPACE_EXIT