Skip to content

Commit 77a4e2f

Browse files
committed
chore: remove incompatible method from main window setup
1 parent 30c5f0c commit 77a4e2f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src-tauri/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ fn _setup_main_window(app: &AppHandle, url: WebviewUrl) {
248248
log::info!("Setting up main window");
249249
let win_builder = WebviewWindowBuilder::new(app, "main", url)
250250
.title("")
251-
.hidden_title(true)
252251
.disable_drag_drop_handler()
253252
.focused(true)
254253
.maximized(true)

0 commit comments

Comments
 (0)