projects
/
jiten-pai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af0edfa
)
* Fixed 'Auto Adjust Options' not saved on application closed.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Fri, 18 Jun 2021 08:38:42 +0000
(10:38 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Fri, 18 Jun 2021 08:38:42 +0000
(10:38 +0200)
jiten-pai.py
patch
|
blob
|
history
diff --git
a/jiten-pai.py
b/jiten-pai.py
index 2b5790c65c1d67ce4d82c45731b751348f6d80ec..6150542552c0b46db30d74bd2b5ab323602cdea7 100755
(executable)
--- a/
jiten-pai.py
+++ b/
jiten-pai.py
@@
-1054,6
+1054,7
@@
class jpMainWindow(QMainWindow):
self.engopt_any.isChecked()]
cfg['dict_idx'] = self.genopt_dictsel.currentIndex()
cfg['dict_all'] = self.genopt_alldict.isChecked()
+ cfg['auto_adj'] = self.genopt_auto.isChecked()
cfg['limit'] = self.genopt_limit.value()
cfg['do_limit'] = self.genopt_dolimit.isChecked()
cfg['romaji'] = self.search_romaji.isChecked()