Add about dialog

This commit is contained in:
Martijn Braam
2021-06-13 23:23:13 +02:00
parent 8e2c11d5e4
commit 295476c3f6
3 changed files with 22 additions and 4 deletions

View File

@@ -229,9 +229,11 @@
</object>
</child>
<child>
<object class="GtkLabel">
<property name="can-focus">0</property>
<property name="label" translatable="yes">Settings aren't functional yet</property>
<object class="GtkButton">
<property name="label" translatable="yes">About</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<property name="action-name">app.about</property>
</object>
</child>
</object>