This commit is contained in:
恍兮惚兮 2024-09-17 14:38:49 +08:00
parent 021343a718
commit b5dac1f566
4 changed files with 4 additions and 5 deletions

View File

@ -346,7 +346,6 @@ def opendirforgameuid(gameuid):
os.startfile(f)
@threader
def startgame(gameuid):
try:
game = get_launchpath(gameuid)
@ -368,7 +367,7 @@ def startgame(gameuid):
gobject.baseobject.starttextsource(use=_[mode], checked=True)
localeswitchedrun(gameuid)
threader(localeswitchedrun)(gameuid)
except:
print_exc()

View File

@ -6,7 +6,7 @@
<a href="https://github.com/HIllya51/LunaTranslator/releases/latest/download/LunaTranslator.zip" target="_blank"><img src="https://img.shields.io/badge/download_64bit-blue"/></a> <a href="https://github.com/HIllya51/LunaTranslator/releases/latest/download/LunaTranslator_x86.zip" target="_blank"><img src="https://img.shields.io/badge/download_32bit-blue"/></a> <img src="https://img.shields.io/badge/OS-windows 7--11 / wine-FF007C"/>
</p>
### [使用说明](https://docs.lunatranslator.org/#/zh/) [视频教程](https://space.bilibili.com/592120404/video) [QQ群](https://qm.qq.com/q/I5rr3uEpi2) [Discord](https://discord.com/invite/ErtDwVeAbB)
### [使用说明](https://docs.lunatranslator.org/#/zh/) [视频教程](https://space.bilibili.com/592120404/video) [QQ群963119821](https://qm.qq.com/q/I5rr3uEpi2) [Discord](https://discord.com/invite/ErtDwVeAbB)
### 简体中文 | [Русский язык](README_ru.md) | [English](README_en.md) | [Other Language](otherlang.md)

View File

@ -42,7 +42,7 @@
交流群
</span>
<div class="dropdown-content ">
<a class="goodlink buttonsize" target="_blank" href="https://qm.qq.com/q/I5rr3uEpi2">QQ群<br></a>
<a class="goodlink buttonsize" target="_blank" href="https://qm.qq.com/q/I5rr3uEpi2">QQ群963119821<br></a>
<a class="goodlink buttonsize" target="_blank"
href="https://discord.com/invite/ErtDwVeAbB">Discord<br></a>
</div>

View File

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