chore: cleaning up code to allow all platforms to co-exist
This commit is contained in:
@@ -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(())
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user