Skip to content

Commit

Permalink
chore: Fix popover
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jan 14, 2025
1 parent b21e78b commit e591945
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 e591945

Please sign in to comment.