mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-27 11:59:36 -04:00
feat: Add list view toggle and separate applets settings category
- Add list/grid view toggle button to games fragment - Implement dual-view GameAdapter with separate ViewHolders for grid/list layouts - Create compact card_game_list.xml layout for list view - Add "Applets on Android" settings category to separate applet settings from Zep Zone - Add logging settings with log filter configuration - Add view toggle icons (ic_view_list, ic_view_grid) - Update strings.xml with new UI text and settings descriptions Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -634,7 +634,7 @@ struct Values {
|
||||
Setting<bool> perform_vulkan_check{linkage, true, "perform_vulkan_check", Category::Debugging};
|
||||
|
||||
// Miscellaneous
|
||||
Setting<std::string> log_filter{linkage, "*:Info", "log_filter", Category::Miscellaneous};
|
||||
Setting<std::string> log_filter{linkage, "*:Info", "log_filter", Category::Debugging};
|
||||
Setting<bool> use_dev_keys{linkage, false, "use_dev_keys", Category::Miscellaneous};
|
||||
|
||||
// Network
|
||||
|
||||
Reference in New Issue
Block a user