feat: bringing back shortcuts

This commit is contained in:
2025-04-22 15:28:21 +01:00
parent dcd3bbb4fb
commit 90ea845521

View File

@ -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(())
})