Skip to content

Commit

Permalink
let install window exit without killing app
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti committed Feb 17, 2024
1 parent c9c18e8 commit 6b13fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def __init__(self, root, *args, **kwargs):
def run_installer(self, evt=None):
# self.root.control_win.destroy()
classname = "LogosLinuxInstaller"
self.new_win = Toplevel(self.root)
self.new_win = Toplevel()
self.app = InstallerWindow(self.new_win, class_=classname)

def run_logos(self, evt=None):
Expand Down

0 comments on commit 6b13fcd

Please sign in to comment.