mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
always save prefix to custom media
This commit is contained in:
parent
84fa99397a
commit
6dd98dc04b
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class Preferences(QDialog):
|
|||
def updateMedia(self):
|
||||
orig = self.origMediaChoice
|
||||
new = self.dialog.mediaChoice.currentIndex()
|
||||
if orig == new:
|
||||
if orig == new and orig != 2:
|
||||
return
|
||||
if new == 0:
|
||||
p = ""
|
||||
|
|
Loading…
Reference in a new issue