mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Indentation fixes
This commit is contained in:
parent
4680911264
commit
07fc9a6dc3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue