diff options
| author | Fuwn <[email protected]> | 2025-04-23 02:31:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-23 02:31:49 -0700 |
| commit | 138be808e577fcda97f32018988cc9cc90b3f452 (patch) | |
| tree | b52f78ecbc57928022b0b6f9884b9fec4d965a56 /HoloBar/HoloBarApp.swift | |
| parent | style: Format all source files (diff) | |
| download | holobar-main.tar.xz holobar-main.zip | |
Diffstat (limited to 'HoloBar/HoloBarApp.swift')
| -rw-r--r-- | HoloBar/HoloBarApp.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HoloBar/HoloBarApp.swift b/HoloBar/HoloBarApp.swift index 650495b..699d135 100644 --- a/HoloBar/HoloBarApp.swift +++ b/HoloBar/HoloBarApp.swift @@ -55,7 +55,7 @@ struct HoloBarApp: App { } Button("Refresh", action: refreshCharacters) - Button("Quit", action: { NSApplication.shared.terminate(nil) }) + Button("Quit") { NSApplication.shared.terminate(nil) } } .onReceive(NotificationCenter.default.publisher(for: .NSCalendarDayChanged)) { _ in refreshCharacters() |