Commit 38859fa2 authored by Roman Alifanov's avatar Roman Alifanov

set title

parent 2ceabf2e
......@@ -77,6 +77,7 @@ class EepmPlayGuiWindow(Adw.ApplicationWindow, LogDialog):
def __init__(self, **kwargs):
super().__init__(**kwargs)
self.set_title("EPM PLAY")
self.checkboxes = None
self.apply_button.connect("activated", self.on_apply_clicked)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment