add timed fadeout to update notification (closes #30)

This commit is contained in:
pypy
2020-03-03 20:29:58 +09:00
parent b73ce2f699
commit db6dcf1584

View File

@@ -3070,7 +3070,7 @@ CefSharp.BindObjectAsync(
new Noty({
type: 'info',
text: `Update available!!<br>${this.latestAppVersion}`,
timeout: false,
timeout: 60000,
callbacks: {
onClick: () => VRCX.OpenRepository()
}