Fixed a few bugs

This commit is contained in:
2022-09-09 16:33:59 -07:00
parent e29b478de3
commit 7f01f53f66
3 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@
<object class="GtkButton" id="saveButton">
<property name="label" translatable="yes">Save</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
</object>