Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
superhighfives committed Mar 4, 2021
1 parent 6607429 commit ababbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pika/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSMenuDelegate {
pikaTouchBarController = PikaTouchBarController(window: pikaWindow)

// Define global keyboard shortcuts
KeyboardShortcuts.onKeyUp(for: .togglePika) { [self] in
KeyboardShortcuts.onKeyUp(for: .togglePika) { [] in
if Defaults[.viewedSplash] {
NSApp.sendAction(#selector(AppDelegate.triggerPickForeground), to: nil, from: nil)
}
Expand Down

0 comments on commit ababbb2

Please sign in to comment.