From ed044e0be30a5d85b02b1cb0119aae06a4865f54 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Thu, 29 Apr 2021 10:00:54 +0800 Subject: [PATCH] Update config.py for Multi Threading --- config.py | 2 ++ update_check.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 8784dca..7f53984 100644 --- a/config.py +++ b/config.py @@ -43,6 +43,8 @@ class Config: return self.conf.getboolean("common", "auto_exit") def transalte_to_sc(self) -> bool: return self.conf.getboolean("common", "transalte_to_sc") + def multi_threading(self) -> bool: + return self.conf.getboolean("common", "multi_threading") def is_transalte(self) -> bool: return self.conf.getboolean("transalte", "switch") def is_trailer(self) -> bool: diff --git a/update_check.json b/update_check.json index 04dab35..a0e9309 100644 --- a/update_check.json +++ b/update_check.json @@ -1,5 +1,5 @@ { - "version": "4.5.1", - "version_show": "4.5.1", + "version": "4.6.1", + "version_show": "4.6.1", "download": "https://github.com/yoshiko2/AV_Data_Capture/releases" }