Fix the problem that the status bar configuration does not take effect

This commit is contained in:
Tlntin
2023-04-06 20:59:23 +08:00
parent 83f4c67ea5
commit fba5475b2d

View File

@@ -58,6 +58,6 @@ impl PakeConfig {
#[cfg(not(target_os = "macos"))]
pub fn show_system_tray(&self) -> bool {
self.menu.copied()
self.system_tray.copied()
}
}