mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-05 04:59:05 +08:00
fix ci
This commit is contained in:
parent
9cc869ce7b
commit
2ca65a4cf8
@ -215,16 +215,16 @@ pub fn make_tray() {
|
||||
let icon_path = match mode {
|
||||
dark_light::Mode::Dark => {
|
||||
if f > 1. {
|
||||
"mac-tray-light_x2.png";
|
||||
"mac-tray-light_x2.png"
|
||||
} else {
|
||||
"mac-tray-light.png";
|
||||
"mac-tray-light.png"
|
||||
}
|
||||
}
|
||||
dark_light::Mode::Light => {
|
||||
if f > 1. {
|
||||
"mac-tray-dark_x2.png";
|
||||
"mac-tray-dark_x2.png"
|
||||
} else {
|
||||
"mac-tray-dark.png";
|
||||
"mac-tray-dark.png"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user