Disabled restart button, still use it for development.

This commit is contained in:
Mr Finchum 2024-12-31 13:06:32 +01:00
parent 348441e987
commit f233d615e3
2 changed files with 10 additions and 2 deletions

View file

@ -368,11 +368,17 @@
<item>
<widget class="QPushButton" name="restart_button">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="text">
<string>Restart</string>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item>