diff --git a/LunaTranslator/LunaTranslator/gui/dialog_savedgame_common.py b/LunaTranslator/LunaTranslator/gui/dialog_savedgame_common.py index 9a637bb5..ffcd352a 100644 --- a/LunaTranslator/LunaTranslator/gui/dialog_savedgame_common.py +++ b/LunaTranslator/LunaTranslator/gui/dialog_savedgame_common.py @@ -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() diff --git a/README.md b/README.md index 1061b130..2b58d96d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-### [使用说明](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) diff --git a/docs/index.html b/docs/index.html index cf4fb488..b0167e17 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@ 交流群 diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 96d02665..e8b814d9 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -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)