Fix the problem that the status bar configuration does not take effect
This commit is contained in:
@@ -58,6 +58,6 @@ impl PakeConfig {
|
|||||||
|
|
||||||
#[cfg(not(target_os = "macos"))]
|
#[cfg(not(target_os = "macos"))]
|
||||||
pub fn show_system_tray(&self) -> bool {
|
pub fn show_system_tray(&self) -> bool {
|
||||||
self.menu.copied()
|
self.system_tray.copied()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user