enable zoom hotkeys

pull/5145/head
Dax Raad 2025-12-07 13:47:59 -05:00
parent 3f4862ced6
commit 0ecccbfd17
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ pub fn run() {
WebviewWindow::builder(&app, "main", WebviewUrl::App("/".into()))
.title("OpenCode")
.inner_size(800.0, 600.0)
.decorations(true);
.decorations(true)
.zoom_hotkeys_enabled(true);
#[cfg(target_os = "macos")]
{