From fb5dbe2f833630039b1f6a03bb059573804a76c2 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 8 Apr 2023 23:28:42 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E9=98=B2=E6=AD=A2=E6=89=93=E5=8C=85fal?= =?UTF-8?q?se?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/app/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/src/app/window.rs b/src-tauri/src/app/window.rs index 89f86cf..af36fe8 100644 --- a/src-tauri/src/app/window.rs +++ b/src-tauri/src/app/window.rs @@ -22,6 +22,7 @@ pub fn get_window(app: &mut App, config: PakeConfig, _data_dir: PathBuf) -> Wind let mut window_builder = WindowBuilder::new(app, "pake", url) .title("") .user_agent(user_agent) + .decorations(true) .resizable(window_config.resizable) .fullscreen(window_config.fullscreen) .inner_size(window_config.width, window_config.height)