mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
remove delete media option from prefs; too niche
This commit is contained in:
parent
ec16718584
commit
04cf8e9eb9
2 changed files with 0 additions and 10 deletions
|
|
@ -125,7 +125,6 @@ Not currently enabled; click the sync button in the main window to enable."""))
|
|||
######################################################################
|
||||
|
||||
def setupOptions(self):
|
||||
self.form.deleteMedia.setChecked(self.prof['deleteMedia'])
|
||||
self.form.stripHTML.setChecked(self.prof['stripHTML'])
|
||||
self.connect(
|
||||
self.form.profilePass, SIGNAL("clicked()"),
|
||||
|
|
@ -133,7 +132,6 @@ Not currently enabled; click the sync button in the main window to enable."""))
|
|||
|
||||
def updateOptions(self):
|
||||
self.prof['stripHTML'] = self.form.stripHTML.isChecked()
|
||||
self.prof['deleteMedia'] = self.form.deleteMedia.isChecked()
|
||||
|
||||
def onProfilePass(self):
|
||||
pw, ret = getText(_("""\
|
||||
|
|
|
|||
|
|
@ -51,13 +51,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="deleteMedia">
|
||||
<property name="text">
|
||||
<string>When adding media, move files instead of copying</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="newSpread"/>
|
||||
</item>
|
||||
|
|
@ -465,7 +458,6 @@
|
|||
<tabstop>showEstimates</tabstop>
|
||||
<tabstop>showProgress</tabstop>
|
||||
<tabstop>stripHTML</tabstop>
|
||||
<tabstop>deleteMedia</tabstop>
|
||||
<tabstop>newSpread</tabstop>
|
||||
<tabstop>dayOffset</tabstop>
|
||||
<tabstop>lrnCutoff</tabstop>
|
||||
|
|
|
|||
Loading…
Reference in a new issue