We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c5f0c commit 77a4e2fCopy full SHA for 77a4e2f
1 file changed
src-tauri/src/lib.rs
@@ -248,7 +248,6 @@ fn _setup_main_window(app: &AppHandle, url: WebviewUrl) {
248
log::info!("Setting up main window");
249
let win_builder = WebviewWindowBuilder::new(app, "main", url)
250
.title("")
251
- .hidden_title(true)
252
.disable_drag_drop_handler()
253
.focused(true)
254
.maximized(true)
0 commit comments