mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02: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