1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

GUI: restore the Pause Menu after closing the Settings Menu

This commit is contained in:
SmallJoker
2025-05-02 21:26:34 +02:00
committed by GitHub
parent 893a74f9d7
commit 6f3735281f
5 changed files with 29 additions and 16 deletions

View File

@@ -518,7 +518,7 @@ local function get_formspec(dialogdata)
("button[0,%f;%f,0.8;back;%s]"):format(
tabsize.height + 0.2, back_w,
INIT == "pause_menu" and fgettext("Exit") or fgettext("Back")),
fgettext("Back")),
("box[%f,%f;%f,0.8;#0000008C]"):format(
back_w + 0.2, tabsize.height + 0.2, checkbox_w),