Skip to content

Commit

Permalink
Change fullscreen config default to borderless
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinAlptraum committed Oct 29, 2024
1 parent dd71bf7 commit 3d4ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/UIni.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ procedure TIni.LoadScreenModes(IniFile: TCustomIniFile);
Split := ReadArrayIndex(ISplit, IniFile, 'Graphics', 'Split', 0);

// FullScreen
FullScreen := ReadArrayIndex(IFullScreen, IniFile, 'Graphics', 'FullScreen', IGNORE_INDEX, 'Off');
FullScreen := ReadArrayIndex(IFullScreen, IniFile, 'Graphics', 'FullScreen', IGNORE_INDEX, 'Borderless');

// PositionX
PositionX := StrToInt(IniFile.ReadString('Graphics', 'PositionX', '0'));
Expand Down

0 comments on commit 3d4ec1e

Please sign in to comment.