wip: dialog to choose folder to watch

This commit is contained in:
2025-03-08 11:58:25 +00:00
parent 1424ec22f4
commit d212584486
4 changed files with 124 additions and 119 deletions

View File

@@ -115,7 +115,7 @@ pub fn run() {
.setup(|app| {
let win_builder = WebviewWindowBuilder::new(app, "main", WebviewUrl::default())
.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);