diff options
| author | Brendan Allan <[email protected]> | 2025-12-12 23:37:17 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-12 09:37:17 -0600 |
| commit | 59d4041aa4221e4fbb2f347ee5b8e82eb82e434a (patch) | |
| tree | 3c29957cd3bc966778261beb19e73bcfa2e631b8 /packages/tauri/package.json | |
| parent | feb8c4f3c60e1ada28bd24abd09d534375a6bc08 (diff) | |
| download | opencode-59d4041aa4221e4fbb2f347ee5b8e82eb82e434a.tar.gz opencode-59d4041aa4221e4fbb2f347ee5b8e82eb82e434a.zip | |
tauri: add basic custom titlebar (#5438)
Diffstat (limited to 'packages/tauri/package.json')
| -rw-r--r-- | packages/tauri/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tauri/package.json b/packages/tauri/package.json index 7e0f670b4..d712f15f4 100644 --- a/packages/tauri/package.json +++ b/packages/tauri/package.json @@ -16,6 +16,7 @@ "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "~2", "@tauri-apps/plugin-opener": "^2", + "@tauri-apps/plugin-os": "~2", "@tauri-apps/plugin-process": "~2", "@tauri-apps/plugin-shell": "~2", "@tauri-apps/plugin-store": "~2", |
