mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Qt: don't create stupid default.ini file when resetting gui configs
This commit is contained in:
parent
9b672cb969
commit
ab4189998c
3 changed files with 3 additions and 2 deletions
|
|
@ -304,7 +304,7 @@ QStringList gui_settings::GetStylesheetEntries()
|
|||
#else
|
||||
QDir platformStylesheetDir = QCoreApplication::applicationDirPath() + "/../share/rpcs3/GuiConfigs/";
|
||||
#endif
|
||||
res.append(gui::utils::get_dir_entries(platformStylesheetDir, nameFilter));
|
||||
res.append(gui::utils::get_dir_entries(platformStylesheetDir, name_filter));
|
||||
res.removeDuplicates();
|
||||
#endif
|
||||
res.sort(Qt::CaseInsensitive);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue