This commit is contained in:
恍兮惚兮 2024-09-17 08:48:59 +08:00
parent e54aafe7e4
commit 1e8979b6a1
2 changed files with 5 additions and 2 deletions

View File

@ -227,7 +227,10 @@ def selectllmcallback_2(self, countnum, btnplus, fanyi, name):
except:
pass
globalconfig["fanyi"][fanyi]["use"] = False
try:
gobject.baseobject.translators.pop(fanyi)
except:
pass
layout: QGridLayout = getattr(self, "damoxinggridinternal" + btnplus)
idx = countnum.index(fanyi)
line = idx // 3

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 36)
set(VERSION_PATCH 5)
set(VERSION_PATCH 6)
add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h)