- restored "Default" theme back.

This commit is contained in:
Fledge68 2023-03-17 13:21:48 -05:00
parent 3e46a009da
commit 2d5ed10cfa
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

After

Width:  |  Height:  |  Size: 4.4 MiB

View File

@ -43,7 +43,7 @@ void CMenu::listThemes(const char * path, vector<string> &themes)
closedir(d);
}
if(!def)
themes.push_back(_t("def", L"Default").toUTF8());
themes.push_back("Default");
sort(themes.begin(), themes.end());
}