Skip to content

Commit

Permalink
3.1.1-fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuangeaha committed Dec 6, 2024
1 parent 25ba573 commit 174d94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SettingsWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ def toggle_onfront(self):
self.wish_window.setWindowFlags(self.wish_window.windowFlags() | Qt.WindowStaysOnTopHint)
self.wish_window.show()
else:
self.wish_window.setWindowFlags(self.wish_window.swindowFlags() & ~Qt.WindowStaysOnTopHint)
self.wish_window.setWindowFlags(self.wish_window.windowFlags() & ~Qt.WindowStaysOnTopHint)
self.wish_window.show()
pass

0 comments on commit 174d94d

Please sign in to comment.