Skip to content

Commit

Permalink
Disable the Erase Application button by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiraz committed Feb 9, 2023
1 parent aeceaa1 commit e0c0e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/FirmwareUpdater/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</item>
<item row="7" column="1">
<widget class="QPushButton" name="btnEraseApplication">
<property name="disabled">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
Expand Down

0 comments on commit e0c0e63

Please sign in to comment.