Issue 1: Completely Fixed Now.

This commit is contained in:
2025-08-28 22:19:45 +02:00
parent 526e5a2f63
commit 04068b3e96
7 changed files with 490 additions and 171 deletions

View File

@@ -1,6 +1,7 @@
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_store::Builder::new().build())
.plugin(tauri_plugin_opener::init())
.run(tauri::generate_context!())
.expect("error while running tauri application");

View File

@@ -11,7 +11,6 @@ fn disable_dmabuf_if_true() {
}
}
}
}
fn main() {