Update UpdateToast's priority to 30

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-05-26 13:53:28 +01:00
parent 4892d8cdd0
commit fb73bac4cf

View file

@ -81,7 +81,7 @@ export const showToast = (version: string, newVersion: string, releaseNotes?: st
onAccept,
},
component: GenericToast,
priority: 20,
priority: 30,
});
};