Skip to content

Commit ee299ac

Browse files
committed
fix: update toast not styled correctly
1 parent 802e93e commit ee299ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ function notify(text, addButton = false) {
123123
// TODO: translation
124124
title: 'UnderScript updater',
125125
text,
126+
className: 'dismissable',
126127
buttons: addButton ? {
127128
text: Translation.DISMISS.translate(),
128129
className: 'dismiss',

0 commit comments

Comments
 (0)