mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-05 00:12:49 +01:00
refactor(launch_window): remove cleanup method
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user