Fix: Do not auto-close SWU plugin notifications

This commit is contained in:
Gina Häußge 2015-07-03 13:53:59 +02:00
parent 77f7d59c53
commit 5674de9c2f

View file

@ -333,7 +333,11 @@ $(function() {
}
self._updatePopup({
text: _.sprintf(gettext("Now updating %(name)s to %(version)s"), {name: name, version: messageData.version})
text: text,
hide: false,
buttons: {
sticker: false
}
});
break;
}