Fix: Do not auto-close SWU plugin notifications
This commit is contained in:
parent
77f7d59c53
commit
5674de9c2f
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue