0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

fix camera list not always displayed (gi bug)

This commit is contained in:
EmixamPP 2021-10-30 14:00:50 +02:00
parent 2e2c1ac196
commit 4f7c65615c

View file

@ -192,8 +192,8 @@ class OnboardingWindow(gtk.Window):
self.treeview.set_model(self.listmodel)
self.treeview.set_cursor(0)
self.loadinglabel.hide()
self.treeview.show()
self.loadinglabel.hide()
self.enable_next()
def execute_slide3(self):