Skip to content

Commit

Permalink
Changed debug keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Dec 24, 2023
1 parent 02b1f79 commit acebf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/raphimc/viaproxy/ui/ViaProxyUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ public ViaProxyUI() {
this.initWindow();
this.initTabs();

FlatInspector.install("ctrl shift alt X");
FlatUIDefaultsInspector.install("ctrl shift alt Y");
FlatInspector.install("ctrl shift I");
FlatUIDefaultsInspector.install("ctrl shift O");
ToolTipManager.sharedInstance().setInitialDelay(100);
ToolTipManager.sharedInstance().setDismissDelay(10_000);
SwingUtilities.updateComponentTreeUI(this);
Expand Down

0 comments on commit acebf23

Please sign in to comment.