v1.0.1: fix start menu and shortcut bug

also, change default password, make file explorer last modified sane
This commit is contained in:
stjet
2025-03-17 02:49:30 +00:00
parent 668ce2ea6c
commit cdb35767ac
5 changed files with 15 additions and 4 deletions

View File

@@ -405,6 +405,7 @@ impl WindowManager {
}
},
&ShortcutType::FocusPrevWindow | &ShortcutType::FocusNextWindow => {
self.toggle_start_menu(true);
let current_index = self.get_focused_index().unwrap_or(0);
let mut new_focus_index = current_index;
loop {