Skip to content

Commit

Permalink
Merge branch 'qt-set-desktop-file-name'
Browse files Browse the repository at this point in the history
Closes #103
  • Loading branch information
igo95862 committed Jun 1, 2024
2 parents 4d4d041 + 02abf32 commit 6460bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bubblejail/bubblejail_gui_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ def __init__(self, parent: BubblejailConfigApp):
class BubblejailConfigApp:
def __init__(self) -> None:
self.q_app = QApplication(argv)
self.q_app.setDesktopFileName("bubblejail-config")
self.window = QMainWindow()
self.window.resize(600, 400)
self.switch_to_selector()
Expand Down

0 comments on commit 6460bce

Please sign in to comment.