Skip to content

Commit

Permalink
Update main_window.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Mar 9, 2023
1 parent 91f4d8a commit 9e31100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self, *args, **kwargs):
self.connect("close-request", self.on_close)
elif os.getenv('XDG_CURRENT_DESKTOP') == 'zorin:GNOME':
self.environment = 'GNOME'
self.savedesktop()
self.save_desktop()
self.connect("close-request", self.on_close)
elif os.getenv('XDG_CURRENT_DESKTOP') == 'Pantheon':
self.environment = 'Pantheon'
Expand Down

0 comments on commit 9e31100

Please sign in to comment.