feat: working android dev environment
This commit is contained in:
@ -15,6 +15,7 @@ pub fn desktop() {
|
|||||||
|
|
||||||
tauri::Builder::default()
|
tauri::Builder::default()
|
||||||
.plugin(tauri_plugin_fs::init())
|
.plugin(tauri_plugin_fs::init())
|
||||||
|
.plugin(tauri_plugin_log::Builder::new().build())
|
||||||
.plugin(tauri_plugin_store::Builder::new().build())
|
.plugin(tauri_plugin_store::Builder::new().build())
|
||||||
.plugin(tauri_plugin_http::init())
|
.plugin(tauri_plugin_http::init())
|
||||||
.plugin(tauri_plugin_sharetarget::init())
|
.plugin(tauri_plugin_sharetarget::init())
|
||||||
@ -30,6 +31,8 @@ pub fn desktop() {
|
|||||||
shortcut::unregister_screenshot_shortcut,
|
shortcut::unregister_screenshot_shortcut,
|
||||||
shortcut::get_current_screenshot_shortcut,
|
shortcut::get_current_screenshot_shortcut,
|
||||||
])
|
])
|
||||||
|
// .manage(watcher_state)
|
||||||
|
// .invoke_handler(tauri::generate_handler![commands::handle_selected_folder,])
|
||||||
.setup(|app| {
|
.setup(|app| {
|
||||||
setup_window(app)?;
|
setup_window(app)?;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user