Help modal

This commit is contained in:
2026-01-28 13:22:51 +01:00
parent c6860105a6
commit 0beed16c31
5 changed files with 217 additions and 6 deletions

View File

@@ -57,4 +57,7 @@ pub enum Modal {
quantization: LaunchQuantization,
sync_mode: SyncMode,
},
KeybindingsHelp {
scroll: usize,
},
}