mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
parent
77b419d30a
commit
d9357ef4f3
1 changed files with 6 additions and 1 deletions
|
|
@ -22,7 +22,12 @@ module EdText
|
|||
if Graphics.fullscreen
|
||||
Graphics.fullscreen = false
|
||||
$console = false
|
||||
sleep 0.2
|
||||
if Oneshot::OS == "macos"
|
||||
sleep 0.65
|
||||
else
|
||||
sleep 0.2
|
||||
end
|
||||
Graphics.update
|
||||
end
|
||||
result = nil
|
||||
# so here, we strip unescaped newlines from the untranslated text
|
||||
|
|
|
|||
Loading…
Reference in a new issue