Update UpdateToast's priority to 30
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4892d8cdd0
commit
fb73bac4cf
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st
|
||||||
onAccept,
|
onAccept,
|
||||||
},
|
},
|
||||||
component: GenericToast,
|
component: GenericToast,
|
||||||
priority: 20,
|
priority: 30,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue