mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Save all settings in talkfile dialog.
Save settings that haven't been and rename the configuration file value for the talked folder. Since the folder was replaced with a list we can't use the old value anymore so there's no need to keep a name that's not really suitable anymore. Solves FS#12634. Change-Id: I8db2a536409b94c45f28db9418a11f11f57dfacb
This commit is contained in:
parent
a9217bde27
commit
537dfe482f
5 changed files with 65 additions and 28 deletions
|
|
@ -113,7 +113,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="8" column="0">
|
||||
<widget class="QCheckBox" name="checkBox">
|
||||
<widget class="QCheckBox" name="ignoreEnabled">
|
||||
<property name="text">
|
||||
<string>Ignore files</string>
|
||||
</property>
|
||||
|
|
@ -199,7 +199,7 @@
|
|||
<tabstop>recursive</tabstop>
|
||||
<tabstop>GenerateOnlyNew</tabstop>
|
||||
<tabstop>StripExtensions</tabstop>
|
||||
<tabstop>checkBox</tabstop>
|
||||
<tabstop>ignoreEnabled</tabstop>
|
||||
<tabstop>ignoreFiles</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
|
|
@ -213,8 +213,8 @@
|
|||
<slot>accept()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>472</x>
|
||||
<y>418</y>
|
||||
<x>624</x>
|
||||
<y>437</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>382</x>
|
||||
|
|
@ -229,8 +229,8 @@
|
|||
<slot>reject()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>561</x>
|
||||
<y>428</y>
|
||||
<x>711</x>
|
||||
<y>437</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>522</x>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue