feat(add): QStringList for paths to hide specific games

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-29 01:13:16 +01:00
parent 08a88e8d55
commit 4f7cd049ef

View File

@@ -224,6 +224,7 @@ namespace UISettings {
Setting<bool> prompt_for_autoloader{linkage, true, "prompt_for_autoloader", Category::UiGameList};
Setting<bool> favorites_expanded{linkage, true, "favorites_expanded", Category::UiGameList};
QVector<u64> favorited_ids;
QStringList hidden_paths;
// Compatibility List
Setting<bool> show_compat{linkage, false, "show_compat", Category::UiGameList};