tauri: disable pinch zoom on linux (#5735)

This commit is contained in:
Brendan Allan 2025-12-18 19:13:09 +08:00 committed by GitHub
parent 17221e6ffe
commit 0da901a188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 46 additions and 3 deletions

View file

@ -33,3 +33,7 @@ serde_json = "1"
tokio = "1.48.0"
listeners = "0.3"
tauri-plugin-os = "2"
[target.'cfg(target_os = "linux")'.dependencies]
gtk = "0.18.2"
webkit2gtk = "=2.0.1"