Fix buttons on warning message box when can't export a file

This commit is contained in:
David Rowe 2016-06-13 15:21:59 +12:00
parent 546699da03
commit f7578f084f

View file

@ -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;