mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix ci
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user