Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] System Tray is not cleaned up on exit in v1.1 #5244

Closed
wkl007 opened this issue Sep 20, 2022 · 0 comments
Closed

[bug] System Tray is not cleaned up on exit in v1.1 #5244

wkl007 opened this issue Sep 20, 2022 · 0 comments
Labels
priority: 2 medium status: backlog Issue is ready and we can work on it type: bug

Comments

@wkl007
Copy link

wkl007 commented Sep 20, 2022

1.0.ok.mp4
1.1.error.mp4

code url:
https://github.com/wkl007/tauri-plugin-single-instance

Cargo.toml:

[package]
name = "emit-event-app"
version = "0.1.0"
description = "A Tauri App"
authors = ["You"]
repository = ""
edition = "2021"
rust-version = "1.57"

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.1.1", features = ["api-all", "cli", "system-tray"] }
tauri-plugin-single-instance = { path = "../../../" }

[build-dependencies]
tauri-build = { version = "1.1.1", features = [] }

[features]
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]

@FabianLars FabianLars transferred this issue from tauri-apps/tauri-plugin-single-instance Sep 20, 2022
@FabianLars FabianLars added type: bug priority: 2 medium status: backlog Issue is ready and we can work on it labels Sep 20, 2022
@FabianLars FabianLars changed the title Tauri is upgraded to version 1.1, and the system tray will be generated multiple times by running the application multiple times. [bug] System Tray is not cleaned up on exit in v1.1 Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: 2 medium status: backlog Issue is ready and we can work on it type: bug
Projects
None yet
Development

No branches or pull requests

2 participants