mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed an issue where system name suffixes did not get added for legacy themes.
This commit is contained in:
parent
e77a05bca8
commit
2b028148fe
|
@ -218,6 +218,7 @@ void GamelistView::legacyOnThemeChanged(const std::shared_ptr<ThemeData>& theme)
|
|||
mPrimary = mTextList.get();
|
||||
}
|
||||
|
||||
mSystemNameSuffix = true;
|
||||
legacyPopulateFields();
|
||||
|
||||
using namespace ThemeFlags;
|
||||
|
|
Loading…
Reference in a new issue