Re-enable ask for save in JSON editor window

This commit is contained in:
Alex Spataru 2022-01-04 02:55:14 -05:00
parent 56970480f2
commit 825957d2fb

View File

@ -55,7 +55,7 @@ FramelessWindow.CustomWindow {
//
// Ask user to save changes before closing the window
//
//onClosing: (close) => close.accepted = Cpp_JSON_Editor.askSave()
onClosing: close.accepted = Cpp_JSON_Editor.askSave()
//
// Dummy string to increase width of buttons