Windows 11 上日志窗口标题栏颜色应当跟随主题模式设置 (#4910)

This commit is contained in:
Glavo
2025-12-04 01:24:36 +08:00
committed by GitHub
parent ed4fec6c42
commit 7ac22ad567
6 changed files with 228 additions and 2 deletions

View File

@@ -128,11 +128,13 @@ val addOpens = listOf(
"javafx.base/javafx.beans.property",
"javafx.graphics/javafx.css",
"javafx.graphics/javafx.stage",
"javafx.graphics/com.sun.glass.ui",
"javafx.graphics/com.sun.javafx.stage",
"javafx.graphics/com.sun.javafx.util",
"javafx.graphics/com.sun.prism",
"javafx.controls/com.sun.javafx.scene.control",
"javafx.controls/com.sun.javafx.scene.control.behavior",
"javafx.graphics/com.sun.javafx.tk.quantum",
"javafx.controls/javafx.scene.control.skin",
"jdk.attach/sun.tools.attach",
)