sokoban.love/0186-press_stash_button

5 lines
159 B
Plaintext

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