style: use native menu styling on macOS too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user