mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
fix: flat inspector key shortcut
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user