mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
add timed fadeout to update notification (closes #30)
This commit is contained in:
+1
-1
@@ -3070,7 +3070,7 @@ CefSharp.BindObjectAsync(
|
|||||||
new Noty({
|
new Noty({
|
||||||
type: 'info',
|
type: 'info',
|
||||||
text: `Update available!!<br>${this.latestAppVersion}`,
|
text: `Update available!!<br>${this.latestAppVersion}`,
|
||||||
timeout: false,
|
timeout: 60000,
|
||||||
callbacks: {
|
callbacks: {
|
||||||
onClick: () => VRCX.OpenRepository()
|
onClick: () => VRCX.OpenRepository()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user