mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-09 07:44:32 +00:00
Qt: Default to native theme on MacOS
This commit is contained in:
@@ -38,7 +38,11 @@ static State s_state;
|
||||
|
||||
const char* QtHost::GetDefaultThemeName()
|
||||
{
|
||||
#ifndef __APPLE__
|
||||
return "darkerfusion";
|
||||
#else
|
||||
return "";
|
||||
#endif
|
||||
}
|
||||
|
||||
void QtHost::UpdateApplicationTheme()
|
||||
|
||||
Reference in New Issue
Block a user