0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

refactor(launch_window): remove cleanup method

This commit is contained in:
2025-04-15 08:59:17 +02:00
parent a6ce312f7c
commit 9a940bb8d5

View File

@ -288,9 +288,6 @@ class LaunchWindow(BECMainWindow):
def hide_launcher(self):
self.hide()
def cleanup(self):
super().close()
def showEvent(self, event):
super().showEvent(event)
self.setFixedSize(self.size())