feat: bringing back shortcuts
This commit is contained in:
@ -34,6 +34,7 @@ pub fn desktop() {
|
||||
// .invoke_handler(tauri::generate_handler![commands::handle_selected_folder,])
|
||||
.setup(|app| {
|
||||
setup_window(app)?;
|
||||
shortcut::enable_shortcut(app);
|
||||
|
||||
Ok(())
|
||||
})
|
||||
|
Reference in New Issue
Block a user