We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3c160 commit 3310e96Copy full SHA for 3310e96
src-tauri/src/main.rs
@@ -51,6 +51,7 @@ pub fn run_app() {
51
let _window = get_window(app, pake_config, data_dir);
52
// Prevent initial shaking
53
_window.restore_state(StateFlags::all()).unwrap();
54
+ _window.set_decorations(true).unwrap();
55
_window.show().unwrap();
56
Ok(())
57
})
0 commit comments