🐛 防止打包false
This commit is contained in:
@@ -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)
|
let mut window_builder = WindowBuilder::new(app, "pake", url)
|
||||||
.title("")
|
.title("")
|
||||||
.user_agent(user_agent)
|
.user_agent(user_agent)
|
||||||
|
.decorations(true)
|
||||||
.resizable(window_config.resizable)
|
.resizable(window_config.resizable)
|
||||||
.fullscreen(window_config.fullscreen)
|
.fullscreen(window_config.fullscreen)
|
||||||
.inner_size(window_config.width, window_config.height)
|
.inner_size(window_config.width, window_config.height)
|
||||||
|
|||||||
Reference in New Issue
Block a user