Skip to content

Commit

Permalink
Merge pull request #85 from winebarrel/fix-popover
Browse files Browse the repository at this point in the history
chore: Fix popover
  • Loading branch information
winebarrel authored Jan 14, 2025
2 parents 76f263a + e591945 commit a427de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PagerCall/PagerCallApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct PagerCallApp: App {
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
// swiftlint:enable unused_declaration

private var popover: NSPopover = {
private var popover = {
let pop = NSPopover()
pop.behavior = .transient
pop.animates = false
Expand Down

0 comments on commit a427de7

Please sign in to comment.