Remove the updater.

This commit is contained in:
2025-09-16 11:29:01 -07:00
parent 2cfd2e00b0
commit c2500afe50
28 changed files with 22 additions and 6846 deletions

View File

@@ -44,6 +44,10 @@ final class CBMenuBarItem: NSObject, NSWindowDelegate {
.statusItem(withLength: NSStatusItem.variableLength)
self.statusItem.isVisible = true
self.panel = PopoverPanel(viewController: CmdViewController())
// self.statusItem.button?.font = NSFont
// .monospacedSystemFont(ofSize: NSFontDescriptor
// .preferredFontDescriptor(forTextStyle: .body).pointSize,
// weight: .regular)
super.init()