Skip to content

Commit

Permalink
fix(power): hide overlay widget when hiding main window
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Nov 30, 2024
1 parent f6b5670 commit 5a059f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils/widgets/power.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def clear_widget(self):
if self.main_window:
self.main_window.hide()
if self.overlay:
self.overlay
self.overlay.hide()

def signout(self):
self.clear_widget()
Expand Down

0 comments on commit 5a059f3

Please sign in to comment.