mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix(desktop): build failing - missing import (#7697)
This commit is contained in:
parent
b41fbda68f
commit
2d2a044961
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ use tauri::{
|
|||
use tauri_plugin_dialog::{DialogExt, MessageDialogButtons, MessageDialogResult};
|
||||
use tauri_plugin_shell::process::{CommandChild, CommandEvent};
|
||||
use tauri_plugin_shell::ShellExt;
|
||||
use tauri_plugin_store::StoreExt;
|
||||
use tokio::net::TcpSocket;
|
||||
|
||||
use crate::window_customizer::PinchZoomDisablePlugin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue