chore: update capabilities

This commit is contained in:
huzibaca
2024-09-04 05:57:37 +08:00
parent 5783b7b392
commit 7b11e157c4
3 changed files with 14 additions and 5 deletions

View File

@@ -11,8 +11,6 @@ use tauri::{App, AppHandle, Manager};
// use window_shadows::set_shadow;
use tauri_plugin_notification::NotificationExt;
pub static VERSION: OnceCell<String> = OnceCell::new();
pub fn find_unused_port() -> Result<u16> {