We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50a404 commit 5c6a2efCopy full SHA for 5c6a2ef
src/server.swift
@@ -57,7 +57,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
57
} else {
58
// NSStatusItem.variableLength causes layout shift of icons on the left when switching between en and 拼.
59
let statusItem: NSStatusItem = NSStatusBar.system.statusItem(
60
- withLength: NSStatusItem.variableLength)
+ withLength: NSStatusItem.squareLength)
61
AppDelegate.statusItem = statusItem
62
if let button = statusItem.button {
63
button.title = AppDelegate.statusItemText
0 commit comments