wip
This commit is contained in:
parent
c9de5b65d4
commit
bb925e5de3
23 changed files with 45 additions and 51 deletions
|
|
@ -38,7 +38,6 @@
|
|||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import getNoteSummary from '../../../../../misc/get-note-summary';
|
||||
import * as config from '../../../config';
|
||||
|
||||
const displayLimit = 30;
|
||||
|
||||
|
|
@ -190,7 +189,7 @@ export default Vue.extend({
|
|||
|
||||
clearNotification() {
|
||||
this.unreadCount = 0;
|
||||
document.title = config.name;
|
||||
document.title = (this as any).os.instanceName;
|
||||
},
|
||||
|
||||
onVisibilitychange() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue