Change window title

Related #68
This commit is contained in:
Lakindu Akash 2020-10-05 01:34:59 +05:30
parent cc8ae8cf9d
commit c9b08edcb2
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38

View File

@ -5,6 +5,7 @@
<object class="GtkApplicationWindow" id="window">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Wi Hotspot</property>
<child>
<placeholder/>
</child>