From db6dcf1584356de82cec4a1b719c0972ee97baa9 Mon Sep 17 00:00:00 2001 From: pypy Date: Tue, 3 Mar 2020 20:29:58 +0900 Subject: [PATCH] add timed fadeout to update notification (closes #30) --- html/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/app.js b/html/app.js index 644e2880..dd634818 100644 --- a/html/app.js +++ b/html/app.js @@ -3070,7 +3070,7 @@ CefSharp.BindObjectAsync( new Noty({ type: 'info', text: `Update available!!
${this.latestAppVersion}`, - timeout: false, + timeout: 60000, callbacks: { onClick: () => VRCX.OpenRepository() }