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