Skip to content

Commit

Permalink
Fix back button
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp committed Jan 1, 2025
1 parent 35037c1 commit 2184348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builtin/common/settings/dlg_settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ local function get_formspec(dialogdata)

"box[0,0;", tostring(tabsize.width), ",", tostring(tabsize.height), ";#0000008C]",

("button[0,%f;%f,0.8;back;%s]"):format(
("%s[0,%f;%f,0.8;back;%s]"):format(
INIT == "pause_menu" and "button_exit" or "button",
tabsize.height + 0.2, back_w, fgettext("Back")),

("box[%f,%f;%f,0.8;#0000008C]"):format(
Expand Down

0 comments on commit 2184348

Please sign in to comment.