mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
shit
This commit is contained in:
parent
1f410e4714
commit
48f9afae8e
@ -137,7 +137,10 @@ class basetext:
|
|||||||
try:
|
try:
|
||||||
t = self.gettextthread()
|
t = self.gettextthread()
|
||||||
if t and globalconfig["autorun"]:
|
if t and globalconfig["autorun"]:
|
||||||
self.textgetmethod(t)
|
if isinstance(t, tuple):
|
||||||
|
self.textgetmethod(*t)
|
||||||
|
else:
|
||||||
|
self.textgetmethod(t)
|
||||||
except:
|
except:
|
||||||
print_exc()
|
print_exc()
|
||||||
|
|
||||||
|
@ -28,8 +28,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/version)
|
|||||||
include(generate_product_version)
|
include(generate_product_version)
|
||||||
|
|
||||||
set(VERSION_MAJOR 3)
|
set(VERSION_MAJOR 3)
|
||||||
set(VERSION_MINOR 6)
|
set(VERSION_MINOR 7)
|
||||||
set(VERSION_PATCH 5)
|
set(VERSION_PATCH 0)
|
||||||
|
|
||||||
add_library(pch pch.cpp)
|
add_library(pch pch.cpp)
|
||||||
target_precompile_headers(pch PUBLIC pch.h)
|
target_precompile_headers(pch PUBLIC pch.h)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user