chore: cleaning up code to allow all platforms to co-exist

This commit is contained in:
2025-05-03 12:43:47 +01:00
parent 372a891f97
commit 875d1d778c
4 changed files with 27 additions and 52 deletions

View File

@@ -37,11 +37,9 @@ pub fn desktop() {
shortcut::unregister_screenshot_shortcut,
shortcut::get_current_screenshot_shortcut,
])
// .manage(watcher_state)
// .invoke_handler(tauri::generate_handler![commands::handle_selected_folder,])
.setup(|app| {
setup_window(app)?;
// shortcut::enable_shortcut(app);
shortcut::enable_shortcut(app);
Ok(())
})