fix block close
This commit is contained in:
parent
1b2b9d9eef
commit
aa96ca287e
@ -15,6 +15,8 @@ class BlockStackApp(QWidget):
|
||||
self.initUI(fullscreen)
|
||||
self.check_usb_devices()
|
||||
|
||||
self.add_bottom_block()
|
||||
|
||||
self.update_count = 11
|
||||
|
||||
def initUI(self, fullscreen):
|
||||
@ -55,8 +57,6 @@ class BlockStackApp(QWidget):
|
||||
else:
|
||||
self.showMaximized()
|
||||
|
||||
self.add_bottom_block()
|
||||
|
||||
def check_usb_devices(self):
|
||||
bench_list = []
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user