fix: flat inspector key shortcut

This commit is contained in:
hstyi
2025-03-16 17:03:51 +08:00
committed by hstyi
parent a00557bb9d
commit e10fce21a2

View File

@@ -147,8 +147,8 @@ class ApplicationRunner {
themeManager.change(theme, true) themeManager.change(theme, true)
// if (Application.isUnknownVersion()) if (Application.isUnknownVersion())
FlatInspector.install("ctrl X") FlatInspector.install("ctrl shift alt X")
UIManager.put(FlatClientProperties.FULL_WINDOW_CONTENT, true) UIManager.put(FlatClientProperties.FULL_WINDOW_CONTENT, true)
UIManager.put(FlatClientProperties.USE_WINDOW_DECORATIONS, false) UIManager.put(FlatClientProperties.USE_WINDOW_DECORATIONS, false)