Skip to content

Commit

Permalink
fix: remove mac only method
Browse files Browse the repository at this point in the history
  • Loading branch information
clearlysid committed May 3, 2024
1 parent a476dda commit c0b2d4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/editor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pub fn init_editor(app: &AppHandle, video_file: String, size: (u32, u32)) {
let mut editor_win =
WebviewWindowBuilder::new(app, "editor", WebviewUrl::App(editor_url.into()))
.title("Helmer Micro")
.hidden_title(true)
.accept_first_mouse(true)
.max_inner_size(800.0, 1000.0)
.min_inner_size(600.0, 400.0)
Expand Down

0 comments on commit c0b2d4f

Please sign in to comment.