Temproraily allowing save

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-25 00:39:11 +07:00
parent 1b5c736c95
commit cf1063c83b
3 changed files with 15 additions and 16 deletions

View File

@@ -59,8 +59,9 @@ buttonList = {
)
if selection == 1 then
SETTINGS.input.virtual = VCTRL.exportAll()
SETTINGS.__force_saving__()
-- love.window.showMessageBox("Saved!", "Your changes was saved!")
exitSceneFunc()
elseif selection == 2 then
VCTRL.clearAll()