We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4c6ad commit e7c1bbdCopy full SHA for e7c1bbd
src/hooks/updates.js
@@ -155,7 +155,7 @@ async function check(auto = true) {
155
156
function finish() {
157
toast?.close();
158
- eventManager.emit(':update:finished');
+ eventManager.emit(':update:finished', auto);
159
}
160
161
const updateFound = [...pendingUpdates.values()].find(({ announce = true }) => announce);
0 commit comments