mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 21:18:06 +02:00
Fix buttons on warning message box when can't export a file
This commit is contained in:
parent
546699da03
commit
f7578f084f
1 changed files with 0 additions and 1 deletions
|
@ -709,7 +709,6 @@ ModalWindow {
|
|||
if (!helper.urlIsWritable(selection)) {
|
||||
desktop.messageBox({
|
||||
icon: OriginalDialogs.StandardIcon.Warning,
|
||||
buttons: OriginalDialogs.StandardButton.Yes | OriginalDialogs.StandardButton.No,
|
||||
text: "Unable to write to location " + selection
|
||||
})
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue