chore: copy

This commit is contained in:
zhom
2026-04-30 00:10:19 +04:00
parent 571bfcb213
commit 57167b979f
26 changed files with 1048 additions and 830 deletions
+1 -1
View File
@@ -1232,7 +1232,7 @@ pub fn run() {
#[allow(unused_variables)]
let win_builder = WebviewWindowBuilder::new(app, "main", WebviewUrl::default())
.title("Donut Browser")
.inner_size(800.0, 500.0)
.inner_size(840.0, 500.0)
.resizable(false)
.fullscreen(false)
.center()