Skip to content

Commit

Permalink
fix(app result): always close window after launching
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Apr 27, 2024
1 parent b904725 commit 3efdc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulauncher/modes/apps/AppResult.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ def on_activation(self, _query: Query, _alt: bool = False) -> bool:
json_save(app_starts, app_starts_path)
if not launch_app(self._app_id):
logger.error("Could not launch app %s", self._app_id)
return True
return False

0 comments on commit 3efdc94

Please sign in to comment.