Launch at login toggle and some design improvements.

This commit is contained in:
2025-02-07 11:35:25 -08:00
parent 4216e0c6aa
commit 5075329813
3 changed files with 63 additions and 37 deletions

View File

@@ -80,7 +80,7 @@ class SearchViewController: NSViewController, NSTextFieldDelegate, NSPopoverDele
private var settingsButton: NSButton = {
let button = NSButton()
button.image = systemImage("gear.circle.fill", .title1, .large, .init(paletteColors: [.labelColor, .systemGray]))
button.image = systemImage("gear.circle.fill", .title1, .large, .init(paletteColors: [.white, .systemGray]))
button.isBordered = false
button.action = #selector(openSettings)
button.sizeToFit()