v1.0.1: fix start menu and shortcut bug
also, change default password, make file explorer last modified sane
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user