mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
fix
This commit is contained in:
parent
dfa1877a8e
commit
67570fc974
@ -284,8 +284,9 @@ class MAINUI:
|
||||
return
|
||||
if is_auto_run and text == self.currenttext:
|
||||
return
|
||||
currentsignature = uuid.uuid4()
|
||||
if onlytrans == False:
|
||||
self.currentsignature = currentsignature = uuid.uuid4()
|
||||
self.currentsignature = currentsignature
|
||||
try:
|
||||
origin = text
|
||||
text = POSTSOLVE(text)
|
||||
|
@ -29,7 +29,7 @@ include(generate_product_version)
|
||||
|
||||
set(VERSION_MAJOR 5)
|
||||
set(VERSION_MINOR 33)
|
||||
set(VERSION_PATCH 10)
|
||||
set(VERSION_PATCH 11)
|
||||
|
||||
add_library(pch pch.cpp)
|
||||
target_precompile_headers(pch PUBLIC pch.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user