Indentation fixes

This commit is contained in:
utkarshgautamnyu 2017-07-27 14:53:49 -07:00
parent 4680911264
commit 07fc9a6dc3

View file

@ -334,7 +334,7 @@ ScrollingWindow {
defaultButton: OriginalDialogs.StandardButton.Yes,
title: "Delete",
text: modalMessage
});
});
object.selected.connect(function(button) {
if (button === OriginalDialogs.StandardButton.Yes) {
doDeleteFile(path);