mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Allow custom stylesheets
This commit is contained in:
@ -153,6 +153,7 @@ void CreateDirectories()
|
||||
File::CreateFullPath(File::GetUserPath(D_STATESAVES_IDX));
|
||||
#ifndef ANDROID
|
||||
File::CreateFullPath(File::GetUserPath(D_THEMES_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_STYLES_IDX));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user