Replaced Status with checkbox

This commit is contained in:
Qubasa
2023-12-08 12:18:55 +01:00
parent 7d22f7c9fc
commit 7c6902f70a
4 changed files with 35 additions and 32 deletions

View File

@@ -26,6 +26,8 @@ class JoinWindow(Gtk.ApplicationWindow):
self.notebook = Gtk.Notebook()
self.stack = Gtk.Stack()
self.stack.add_titled(Gtk.Label("Join cLan"), "join", "Join")
vbox.add(self.stack)
# Must be called AFTER all components were added