Enable the v2 banner for everyone if showV2Banner is set

This commit is contained in:
James Allen 2018-05-14 10:29:42 +01:00
parent ed7b68169e
commit 58b5d67bdd
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,8 @@ module.exports = Features =
return Settings.enableGithubSync
when 'v1-return-message'
return Settings.accountMerge? and Settings.overleaf?
when 'v2-banner'
return Settings.showV2Banner
when 'custom-togglers'
return Settings.overleaf?
else

View file

@ -1,4 +1,4 @@
if (user.awareOfV2 && !settings.overleaf)
if hasFeature('v2-banner')
.userNotifications
ul.list-unstyled.notifications-list(ng-controller="OverleafV2NotificationController", ng-show="visible")
li.notification_entry