fix(tauri): prevent Windows zoom freeze with debouncing and transparent window

- Add 50ms debounce to zoom operations to prevent WebView2 IPC bottleneck
- Enable transparent window mode for better Windows resize/zoom performance
- Reduce zoom step from 0.2 to 0.1 for finer control
This commit is contained in:
Shantur Rathore
2026-04-08 20:47:49 +01:00
parent 197898c01c
commit d45c0b9367
2 changed files with 34 additions and 11 deletions

View File

@@ -23,6 +23,7 @@
"resizable": true,
"fullscreen": false,
"decorations": true,
"transparent": true,
"theme": "Dark",
"backgroundColor": "#1a1a1a",
"zoomHotkeysEnabled": true