sokoban.love/0192-press_unstash_button

5 lines
163 B
Plaintext

press_unstash_button = function()
-- disable local modifications to a file without deleting it or saving the pane
Show_menu = nil
unstash_pane(Current_pane)
end