mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-05 04:59:05 +08:00
typo
This commit is contained in:
parent
2ca65a4cf8
commit
037120fe02
@ -215,14 +215,14 @@ 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"
|
||||
}
|
||||
}
|
||||
dark_light::Mode::Light => {
|
||||
if f > 1. {
|
||||
"mac-tray-dark_x2.png"
|
||||
"mac-tray-dark-x2.png"
|
||||
} else {
|
||||
"mac-tray-dark.png"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user