🐛 防止打包false

This commit is contained in:
Tw93
2023-04-08 23:28:42 +08:00
parent 0f4b7ab864
commit fb5dbe2f83

View File

@@ -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)