tweak priority
This commit is contained in:
parent
c70327819a
commit
ce2ea3fb1d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||||
name,
|
name,
|
||||||
},
|
},
|
||||||
component: ElectronDownloadToast,
|
component: ElectronDownloadToast,
|
||||||
priority: 99,
|
priority: 98,
|
||||||
});
|
});
|
||||||
} else if (state === "completed") {
|
} else if (state === "completed") {
|
||||||
ToastStore.sharedInstance().addOrReplaceToast({
|
ToastStore.sharedInstance().addOrReplaceToast({
|
||||||
|
|
Loading…
Add table
Reference in a new issue