mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
tauri: disable pinch zoom on linux (#5735)
This commit is contained in:
parent
17221e6ffe
commit
0da901a188
4 changed files with 46 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue