Skip to content

Commit 4d063ae

Browse files
authored
feat(core): create system tray at runtime, closes #2278 (#4862)
1 parent fd992c5 commit 4d063ae

File tree

15 files changed

+957
-384
lines changed

15 files changed

+957
-384
lines changed

.changes/runtime-tray.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri": minor
3+
"tauri-runtime": minor
4+
"tauri-runtime-wry": minor
5+
---
6+
7+
Added APIs to create a system tray at runtime.

.changes/tray-destroy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": minor
3+
---
4+
5+
Added the `SystemTrayHandle::destroy` method.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
"core/tauri-utils",
99
"core/tauri-build",
1010
"core/tauri-codegen",
11-
11+
1212
# integration tests
1313
"core/tests/restart",
1414
"core/tests/app-updater"

0 commit comments

Comments
 (0)