Skip to content

Commit

Permalink
Fix inspector keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sotasan committed Sep 6, 2023
1 parent b00c59c commit 04cce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sotasan/decompiler/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void main(String @NotNull [] args) {

FlatLaf.registerCustomDefaultsSource("themes");
FlatDarkLaf.setup();
FlatInspector.install("ctrl shift I");
FlatInspector.install("meta shift I");

WindowController.getINSTANCE().show();
if (args.length > 0)
Expand Down

0 comments on commit 04cce66

Please sign in to comment.