diff options
Diffstat (limited to 'src/client/app/mobile/views')
| -rw-r--r-- | src/client/app/mobile/views/pages/notifications.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/pages/notifications.vue b/src/client/app/mobile/views/pages/notifications.vue index e71a855d56..24f8f79ccc 100644 --- a/src/client/app/mobile/views/pages/notifications.vue +++ b/src/client/app/mobile/views/pages/notifications.vue @@ -25,6 +25,9 @@ export default Vue.extend({ faBell, }; }, + mounted() { + document.title = this.$root.instanceName; + }, methods: { beforeInit() { Progress.start(); |