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

Commit 0bb2c65

Browse files
authored
Update README.md
1 parent 30438ce commit 0bb2c65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ Windows 11
6767

6868
## Limitations and Compatibility
6969
### Here are some situations that TranslucentFlyouts will always be automatically disabled.
70-
### 1. Windows 2000 Style popup menu
70+
#### 1. Windows 2000 Style popup menu
7171
![Windows2000](./Images/Unsupported/Windows2000.png)
7272

7373
Outdated.
7474
Some third-party applications like `HoneyView` may cause this issue.
75-
### 2. Ownerdrawn popup menu
75+
#### 2. Ownerdrawn popup menu
7676
![Ownerdrawn](./Images/Unsupported/Ownerdrawn.png)
7777

7878
As you can see, it is a QT popup menu.
7979
It really looks like the default menu, isn't it?
8080
But it's rendering procedure is completely different from the defualt one, making TranslucentFlyout hard to modify its visual content.
81-
### **3. StartAllBack**
81+
#### **3. StartAllBack**
8282
`StartAllBack` has built-in support for translucent popup menu, and its rendering procedure priority is higher than TranslucentFlyouts.
8383
> [Note!]:
8484
> 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.
@@ -99,4 +99,4 @@ Detours is a software package for monitoring and instrumenting API calls on Wind
9999
### [VC-LTL - An elegant way to compile lighter binaries.](https://github.com/Chuyu-Team/VC-LTL5)
100100
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.
101101
### [Windows Implementation Libraries (WIL)](https://github.com/Microsoft/wil)
102-
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.
102+
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.

0 commit comments

Comments
 (0)