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

Commit 40d8ab3

Browse files
committed
2 parents 1f19ec2 + 5bbe281 commit 40d8ab3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,18 @@ Of course, you can also modify related registry settings on your own according t
7575

7676
## Limitations and Compatibility
7777
### Here are some situations that TranslucentFlyouts will always be automatically disabled.
78-
### 1. Windows 2000 Style popup menu
78+
#### 1. Windows 2000 Style popup menu
7979
![Windows2000](./Images/Unsupported/Windows2000.png)
8080

8181
Outdated.
8282
Some third-party applications like `HoneyView` may cause this issue.
83-
### 2. Ownerdrawn popup menu
83+
#### 2. Ownerdrawn popup menu
8484
![Ownerdrawn](./Images/Unsupported/Ownerdrawn.png)
8585

8686
As you can see, it is a QT popup menu.
8787
It really looks like the default menu, isn't it?
8888
But it's rendering procedure is completely different from the defualt one, making TranslucentFlyout hard to modify its visual content.
89-
### **3. StartAllBack**
89+
#### **3. StartAllBack**
9090
`StartAllBack` has built-in support for translucent popup menu, and its rendering procedure priority is higher than TranslucentFlyouts.
9191
> [Note!]:
9292
> For this reason, `v2.0.0-alpha.4` and higher versions of TranslucentFlyouts will automatically disable itself when `StartAllBack` was detected, unless there is a way to fully disable `StartAllBack`' s handling procedure.
@@ -107,4 +107,4 @@ Detours is a software package for monitoring and instrumenting API calls on Wind
107107
### [VC-LTL - An elegant way to compile lighter binaries.](https://github.com/Chuyu-Team/VC-LTL5)
108108
VC-LTL is an open source CRT library based on the MS VCRT that reduce program binary size and say goodbye to Microsoft runtime DLLs, such as msvcr120.dll, api-ms-win-crt-time-l1-1-0.dll and other dependencies.
109109
### [Windows Implementation Libraries (WIL)](https://github.com/Microsoft/wil)
110-
The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.
110+
The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.

ReadMe/zh-cn.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,20 @@ Windows 11
9393

9494
### 在以下的情况下,TranslucentFlyouts不可用
9595

96-
### 1. Windows 2000 风格的弹出菜单
96+
#### 1. Windows 2000 风格的弹出菜单
9797
![Windows2000](../Images/Unsupported/Windows2000.png)
9898

9999
老古董。
100100
有些第三方程序比如`HoneyView`可能会造成这样的菜单。
101101

102-
### 2. Ownerdrawn popup menu
102+
#### 2. Ownerdrawn popup menu
103103
>
104104
> ![Ownerdrawn](../Images/Unsupported/Ownerdrawn.png)
105105
106106
如你所见,这是一个QT弹出菜单
107107
是不是看着挺像系统的那种默认菜单?
108108
但是它的渲染流程与默认菜单截然不同,使得TranslucentFlyouts很难正确修改它的视觉内容
109-
### **3. StartAllBack**
109+
#### **3. StartAllBack**
110110
`StartAllBack`具有对半透明弹出菜单的内置支持,并且它的渲染流程的优先级高于TranslucentFlyouts。
111111
> 注意:
112112
> 出于这个原因的考量,`v2.0.0-alpha.4`和更高版本的TranslucentFlyouts检测到`StartAllBack`会自动禁用自身,且该现状将继续保持直到有办法能完全禁用`StartAllBack`对弹出菜单的处理。

0 commit comments

Comments
 (0)