mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
fix
This commit is contained in:
parent
e54aafe7e4
commit
1e8979b6a1
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user