UI: 3-finger tap to toggle menu on mobile

This commit is contained in:
Luke Street
2026-05-03 22:39:31 -06:00
parent 95e6ac54cf
commit 43b603e70b
6 changed files with 166 additions and 72 deletions
-1
View File
@@ -154,7 +154,6 @@ struct UserSettings {
ConfigVar<bool> showPipelineCompilation;
ConfigVar<bool> wasPresetChosen;
ConfigVar<bool> enableCrashReporting;
ConfigVar<bool> duskMenuOpen;
ConfigVar<int> cardFileType;
} backend;
};