Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit b2309c9

Browse files
committed
update config files
1 parent 40d8ab3 commit b2309c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReadMe/zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Windows 11
8585
感谢外国友人 **[@Satanarious](https://github.com/Satanarious/)** 的付出,你可以在[这里](https://github.com/Satanarious/TransparentFlyoutsConfig)找到这一个既完美又易于使用的GUI(只是目前还不支持中文)。
8686
[下载地址](https://github.com/Satanarious/TransparentFlyoutsConfig/releases/latest)
8787

88-
当然你也可以根据[配置信息文档](./Config/en-us/CONFIG.md)进行手动修改相应的注册表配置
88+
当然你也可以根据[配置信息文档](../Config/zh-cn/CONFIG.md)进行手动修改相应的注册表配置
8989

9090
## Limitations and Compatibility
9191

TFMain/dllmain.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ BOOL APIENTRY DllMain(
7878

7979
case DLL_PROCESS_DETACH:
8080
{
81-
//TFMain::Shutdown();
81+
TFMain::Shutdown();
8282

8383
break;
8484
}

0 commit comments

Comments
 (0)