From 95c330f3024a2249d1e0727cee615e9da29d9319 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 5 Apr 2013 01:29:57 +0200 Subject: [PATCH] Decrease the "4chan X has been updated" notification lifetime down to 30 seconds. --- src/features.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features.coffee b/src/features.coffee index 11fad7909..642410391 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -223,7 +223,7 @@ Settings = changelog = "<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md##{g.VERSION.replace(/\./g, '')}" el = $.el 'span', innerHTML: "<%= meta.name %> has been updated to version #{g.VERSION}." - new Notification 'info', el, 60 + new Notification 'info', el, 30 else $.on d, '4chanXInitFinished', Settings.open $.set