This commit is contained in:
syuilo 2018-07-14 11:58:21 +09:00
parent c937cb94f9
commit 9666e6b4d3
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ export default Vue.extend({
this.list = this.$store.state.device.tl.arg;
}
} else if (this.$store.state.i.followingCount == 0) {
this.src = 'local';
this.src = 'hybrid';
}
},

View file

@ -91,7 +91,7 @@ export default Vue.extend({
this.list = this.$store.state.device.tl.arg;
}
} else if (this.$store.state.i.followingCount == 0) {
this.src = 'local';
this.src = 'hybrid';
}
},