aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/screens/UScreenPopup.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Lua/src/screens/UScreenPopup.pas')
-rw-r--r--Lua/src/screens/UScreenPopup.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lua/src/screens/UScreenPopup.pas b/Lua/src/screens/UScreenPopup.pas
index bf4752b9..b606c306 100644
--- a/Lua/src/screens/UScreenPopup.pas
+++ b/Lua/src/screens/UScreenPopup.pas
@@ -106,8 +106,8 @@ begin
begin
if (Display.CurrentScreen = @ScreenSing) then
ScreenSing.Finish
- else if (Display.CurrentScreen = @ScreenSingModi) then
- ScreenSingModi.Finish;
+ {else if (Display.CurrentScreen = @ScreenSingModi) then
+ ScreenSingModi.Finish;}
end;
Display.CheckOK:=True;