This commit is contained in:
2025-03-13 17:25:16 +01:00
40 changed files with 1489 additions and 417 deletions

View File

@@ -116,7 +116,7 @@ pub fn run() {
let win_builder = WebviewWindowBuilder::new(app, "main", WebviewUrl::default())
.hidden_title(true)
.inner_size(480.0, 360.0)
.resizable(false);
.resizable(true);
// set transparent title bar only when building for macOS
#[cfg(target_os = "macos")]
let win_builder = win_builder.title_bar_style(TitleBarStyle::Transparent);