mirror of
https://github.com/simon987/sist2.git
synced 2025-12-12 06:58:54 +00:00
Fix for #439
This commit is contained in:
@@ -95,6 +95,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
onOcrLangChange() {
|
onOcrLangChange() {
|
||||||
this.options.ocr_lang = this.selectedOcrLangs.join("+");
|
this.options.ocr_lang = this.selectedOcrLangs.join("+");
|
||||||
|
this.update();
|
||||||
},
|
},
|
||||||
update() {
|
update() {
|
||||||
this.disableOcrLang = this.options.ocr_images === false && this.options.ocr_ebooks === false;
|
this.disableOcrLang = this.options.ocr_images === false && this.options.ocr_ebooks === false;
|
||||||
|
|||||||
Reference in New Issue
Block a user