fix: 修复在 Shift 键不是连续的情况下也会打开 Find Everywhere 的问题 (#18)

This commit is contained in:
hstyi
2025-01-07 11:49:23 +08:00
committed by hstyi
parent 9d6fd7871b
commit 550ad85415
2 changed files with 2 additions and 1 deletions

View File

@@ -139,7 +139,6 @@ tasks.register<Exec>("jpackage") {
val buildDir = layout.buildDirectory.get()
val options = mutableListOf(
"--add-exports java.base/sun.nio.ch=ALL-UNNAMED",
"-XX:+UseZGC", "-XX:+ZGenerational", "-XX:ZUncommit", "-XX:ZUncommitDelay=60",
"-Xmx2g",
"-XX:+HeapDumpOnOutOfMemoryError",
"-Dlogger.console.level=off",