Fix editor blurring bug!

This commit is contained in:
Gregory Schier
2023-03-31 13:53:28 -07:00
parent 4ad9feba68
commit 8028d82fd0
2 changed files with 13 additions and 11 deletions

View File

@@ -8,7 +8,6 @@
extern crate objc;
use std::collections::HashMap;
use std::env;
use std::env::current_dir;
use std::fs::create_dir_all;
@@ -25,7 +24,6 @@ use tauri::regex::Regex;
use tauri::{AppHandle, Menu, MenuItem, RunEvent, State, Submenu, TitleBarStyle, Window, Wry};
use tauri::{CustomMenuItem, Manager, SystemTray, SystemTrayEvent, SystemTrayMenu, WindowEvent};
use tokio::sync::Mutex;
use tokio::task::spawn_local;
use window_ext::WindowExt;