Skip to content

Commit

Permalink
Hide the pane when Alfred enters into "actions" view
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pennyworth committed Jul 28, 2024
1 parent 9b287b6 commit f62d15e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlfredExtraPane.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.2.3;
MARKETING_VERSION = 0.2.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = mr.pennyworth.AlfredExtraPane;
Expand All @@ -434,7 +434,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.2.3;
MARKETING_VERSION = 0.2.4;
ONLY_ACTIVE_ARCH = NO;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_BUNDLE_IDENTIFIER = mr.pennyworth.AlfredExtraPane;
Expand Down
1 change: 1 addition & 0 deletions AlfredExtraPane/Pane.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Pane {

Alfred.onHide { self.hide() }
Alfred.onFrameChange { self.alfredFrame = $0 }
Alfred.inActionsView { self.hide() }
}

lazy var isGlobal: Bool = { self.workflowUID == nil }()
Expand Down

0 comments on commit f62d15e

Please sign in to comment.