Browse Source

Start as fullscreen

Arthur Yefimov 2 years ago
parent
commit
7854d4f2bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Config.Mod

+ 1 - 1
src/Config.Mod

@@ -4,7 +4,7 @@ CONST
   isWindows* = Platform.Windows;
   pathDelimiter* = Platform.PathDelimiter;
   stdPath* = 'Programs/';
-  startInFullscreen* = FALSE; (** Should Free Oberon start in full screen *)
+  startInFullscreen* = TRUE; (** TRUE if Free Oberon should start in full screen *)
 
   version* = '1.1.0-alpha.7';
   year* = 2023;