mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17:01 +02:00
CR
This commit is contained in:
parent
16287b7040
commit
4a9d88d213
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ Window {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Assets.isKnownFolder(newPath)) {
|
if (Assets.isKnownFolder(newPath)) {
|
||||||
box = errorMessageBox("Cannot override existing directory.");
|
box = errorMessageBox("Cannot overwrite existing directory.");
|
||||||
box.selected.connect(reload);
|
box.selected.connect(reload);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -408,7 +408,7 @@ Window {
|
||||||
|
|
||||||
text: "Add to world on upload"
|
text: "Add to world on upload"
|
||||||
|
|
||||||
enabled: canAddToWorld(fileUrlTextField.text)
|
opacity: canAddToWorld(fileUrlTextField.text) ? 1 : 0
|
||||||
|
|
||||||
checked: false
|
checked: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue