This commit is contained in:
恍兮惚兮 2024-09-05 01:47:02 +08:00
parent dfa1877a8e
commit 67570fc974
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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)