win: add new ui components

This commit is contained in:
0xMRTT 2023-04-29 17:28:58 +02:00
parent ef35df04b5
commit 377469256c

View File

@ -33,6 +33,12 @@ class BavarderWindow(Adw.ApplicationWindow):
wait_button = Gtk.Template.Child()
response_stack = Gtk.Template.Child()
banner = Gtk.Template.Child()
listen = Gtk.Template.Child()
listen_wait = Gtk.Template.Child()
listen_spinner = Gtk.Template.Child()
speak = Gtk.Template.Child()
speak_wait = Gtk.Template.Child()
speak_spinner = Gtk.Template.Child()
def __init__(self, **kwargs):
super().__init__(**kwargs)