From 34f167b5fce278485fce80ee9e3dd38157c4d2fe Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 19 Jan 2023 18:25:13 +0800 Subject: [PATCH] let's do it with objc with svg support later. --- src/tray.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tray.rs b/src/tray.rs index e4203fec6..6e84076c4 100644 --- a/src/tray.rs +++ b/src/tray.rs @@ -215,6 +215,7 @@ pub fn make_tray() { let icon_path = match mode { 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. if f > 2. { "mac-tray-light-x2.png" } else {