mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-15 08:51:02 +03:00
typo
This commit is contained in:
@@ -153,7 +153,7 @@ fn make_tray() -> hbb_common::ResultType<()> {
|
|||||||
// We create the icon once the event loop is actually running
|
// We create the icon once the event loop is actually running
|
||||||
// to prevent issues like https://github.com/tauri-apps/tray-icon/issues/90
|
// to prevent issues like https://github.com/tauri-apps/tray-icon/issues/90
|
||||||
let mut builder = TrayIconBuilder::new()
|
let mut builder = TrayIconBuilder::new()
|
||||||
.with_id(create::get_app_name().to_lowercase())
|
.with_id(crate::get_app_name().to_lowercase())
|
||||||
.with_menu(Box::new(tray_menu.clone()))
|
.with_menu(Box::new(tray_menu.clone()))
|
||||||
.with_tooltip(tooltip(0))
|
.with_tooltip(tooltip(0))
|
||||||
.with_icon(icon.clone());
|
.with_icon(icon.clone());
|
||||||
|
|||||||
Reference in New Issue
Block a user