Skip to content

Commit

Permalink
feat(core): create system tray at runtime, closes #2278 (#4862)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Aug 9, 2022
1 parent fd992c5 commit 4d063ae
Show file tree
Hide file tree
Showing 15 changed files with 957 additions and 384 deletions.
7 changes: 7 additions & 0 deletions .changes/runtime-tray.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri": minor
"tauri-runtime": minor
"tauri-runtime-wry": minor
---

Added APIs to create a system tray at runtime.
5 changes: 5 additions & 0 deletions .changes/tray-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": minor
---

Added the `SystemTrayHandle::destroy` method.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
"core/tauri-utils",
"core/tauri-build",
"core/tauri-codegen",

# integration tests
"core/tests/restart",
"core/tests/app-updater"
Expand Down

0 comments on commit 4d063ae

Please sign in to comment.