Don't auto-hide update notification

pull/142/head
Thibaut 10 years ago
parent 31d5b9d1e0
commit 866a5841b5

@ -37,6 +37,6 @@ class app.AppCache
return
onUpdateReady: =>
new app.views.Notif 'UpdateReady' unless @reloading
new app.views.Notif 'UpdateReady', autoHide: null unless @reloading
@trigger 'updateready'
return

Loading…
Cancel
Save