Skip to content

Commit

Permalink
Reorder tabs in config screen
Browse files Browse the repository at this point in the history
Moves the idle config tab to the end instead of between others.
  • Loading branch information
LostLuma committed Feb 23, 2024
1 parent e314d2b commit bb4220a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ public enum PowerState {
UNFOCUSED(true),

/**
* User hasn't sent input for some time.
* Window minimized or otherwise hidden.
*/
ABANDONED(true),
INVISIBLE(true),

/**
* Window minimized or otherwise hidden.
* User hasn't sent input for some time.
*/
INVISIBLE(true);
ABANDONED(true);

public final boolean configurable;

Expand Down

0 comments on commit bb4220a

Please sign in to comment.