mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2024-11-22 00:31:04 +00:00
Temporarily disabled unused buttons on startup widget.
This commit is contained in:
parent
d8cf9111c6
commit
edd10bec10
@ -38,6 +38,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="exploreDiskImageBtn">
|
<widget class="QPushButton" name="exploreDiskImageBtn">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Explore Disk Image File ...</string>
|
<string>Explore Disk Image File ...</string>
|
||||||
</property>
|
</property>
|
||||||
@ -45,6 +48,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="bootSectorCompareBtn">
|
<widget class="QPushButton" name="bootSectorCompareBtn">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Boot Sector Comparison ...</string>
|
<string>Boot Sector Comparison ...</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user