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>
|
||||
<widget class="QPushButton" name="exploreDiskImageBtn">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Explore Disk Image File ...</string>
|
||||
</property>
|
||||
@ -45,6 +48,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="bootSectorCompareBtn">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Boot Sector Comparison ...</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user