aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/screens
diff options
context:
space:
mode:
Diffstat (limited to 'Lua/src/screens')
-rw-r--r--Lua/src/screens/UScreenSing.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lua/src/screens/UScreenSing.pas b/Lua/src/screens/UScreenSing.pas
index 97dab456..e3614d6c 100644
--- a/Lua/src/screens/UScreenSing.pas
+++ b/Lua/src/screens/UScreenSing.pas
@@ -645,8 +645,8 @@ procedure TScreenSing.ClearSettings;
begin
Settings.Finish := False;
Settings.LyricsVisible := True;
- Settings.NotesVisible := low(Integer);
- Settings.PlayerEnabled := low(Integer);
+ Settings.NotesVisible := high(Integer);
+ Settings.PlayerEnabled := high(Integer);
end;
{ applies changes of settings record }