Skip to content

Commit

Permalink
Show full screen toggle button by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rnayabed committed Jun 29, 2021
1 parent 9ba2a96 commit 2d88544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/stream_pi/client/info/StartupFlags.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ public class StartupFlags
public static boolean IS_X_MODE = false;
public static boolean SCREEN_SAVER_FEATURE= false;
public static boolean DEFAULT_FULLSCREEN_MODE=false;
public static boolean SHOW_FULLSCREEN_TOGGLE_BUTTON=false;
public static boolean SHOW_FULLSCREEN_TOGGLE_BUTTON=true;
public static boolean APPEND_PATH_BEFORE_RUNNER_FILE_TO_OVERCOME_JPACKAGE_LIMITATION = false;
}

0 comments on commit 2d88544

Please sign in to comment.