Qt: don't create stupid default.ini file when resetting gui configs

This commit is contained in:
Megamouse 2020-03-07 22:27:40 +01:00
parent 9b672cb969
commit ab4189998c
3 changed files with 3 additions and 2 deletions

View file

@ -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);