mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-08 03:00:24 +00:00
FullscreenUI: Fix highlighted option with 'None' background
This commit is contained in:
parent
ca322449da
commit
c8087204c4
@ -1969,7 +1969,7 @@ ChoiceDialogOptions FullscreenUI::GetBackgroundOptions(const TinyString& current
|
||||
static constexpr const char* dir = FS_OSPATH_SEPARATOR_STR "fullscreenui" FS_OSPATH_SEPARATOR_STR "backgrounds";
|
||||
|
||||
ChoiceDialogOptions options;
|
||||
options.emplace_back(FSUI_STR("None"), current_value.empty());
|
||||
options.emplace_back(FSUI_STR("None"), current_value == "None");
|
||||
|
||||
FileSystem::FindResultsArray results;
|
||||
FileSystem::FindFiles(Path::Combine(EmuFolders::UserResources, dir).c_str(), "*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user