We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e8034 commit 71ba41dCopy full SHA for 71ba41d
1 file changed
src-tauri/src/plugins/config.rs
@@ -153,6 +153,7 @@ impl ConfigManager {
153
self.save()
154
}
155
156
+ #[cfg(not(target_os = "macos"))]
157
pub fn set_menu_bar_visible(&self, visible: bool) -> AnyResult<()> {
158
let mut writer = self.data.write().map_err(config_err)?;
159
writer.menu_bar_visible = visible;
0 commit comments