Export DesktopInterface from desktop and add PlatformContext

This commit is contained in:
Brendan Allan
2025-12-08 13:43:36 +08:00
parent 20b4f36d18
commit 9f6e350a85
11 changed files with 71 additions and 20 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use std::{
sync::{Arc, Mutex},
time::{Duration, Instant},
};
use tauri::{App, AppHandle, Manager, RunEvent, WebviewUrl, WebviewWindow};
use tauri::{AppHandle, Manager, RunEvent, WebviewUrl, WebviewWindow};
use tauri_plugin_dialog::{DialogExt, MessageDialogButtons, MessageDialogResult};
use tauri_plugin_shell::process::{CommandChild, CommandEvent};
use tauri_plugin_shell::ShellExt;