From 7c834a6001011f401595a9d49c006344c4bcff40 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 19 Jan 2023 18:26:59 +0800 Subject: [PATCH] more comment --- src/tray.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tray.rs b/src/tray.rs index 6e84076c4..e41a616de 100644 --- a/src/tray.rs +++ b/src/tray.rs @@ -216,6 +216,7 @@ pub fn make_tray() { dark_light::Mode::Dark => { // still show big overflow icon in my test, so still use x1 png. // let's do it with objc with svg support later. + // or use another tray crate, or find out in tauri (it has tray support) if f > 2. { "mac-tray-light-x2.png" } else {