This commit is contained in:
rustdesk
2022-12-29 00:16:41 +08:00
parent 8070600e03
commit cfaeb6ac0a
5 changed files with 5 additions and 5 deletions

View File

@@ -206,7 +206,7 @@ fn is_service_stoped() -> bool {
pub fn make_tray() {
use tray_item::TrayItem;
let mode = dark_light::detect();
let mut icon_path = "";
let icon_path;
match mode {
dark_light::Mode::Dark => {
icon_path = "mac-tray-light.png";