1
0
Эх сурвалжийг харах

Don't auto-hide update notification

Thibaut 11 жил өмнө
parent
commit
866a5841b5

+ 1 - 1
assets/javascripts/app/appcache.coffee

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