mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 13:45:45 -04:00
Qt/MemoryCardEditor: Support undeleting files
This commit is contained in:
@ -288,6 +288,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="undeleteFile">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Undelete File</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="exportFile">
|
||||
<property name="enabled">
|
||||
|
Reference in New Issue
Block a user