Resolve #3287, resolve #3107

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
This commit is contained in:
Aya Morisawa
2018-12-27 20:45:23 +09:00
parent 2f901da58c
commit 1404539895
4 changed files with 38 additions and 9 deletions

View File

@@ -51,12 +51,12 @@
<i><fa icon="angle-right"/></i>
</router-link>
</li>
<li @click="settings">
<p>
<li>
<router-link to="/i/settings">
<i><fa icon="cog"/></i>
<span>{{ $t('settings') }}</span>
<i><fa icon="angle-right"/></i>
</p>
</router-link>
</li>
<li v-if="$store.state.i.isAdmin || $store.state.i.isModerator">
<a href="/admin">
@@ -153,10 +153,6 @@ export default Vue.extend({
this.close();
this.$root.new(MkFollowRequestsWindow);
},
settings() {
this.close();
this.$root.new(MkSettingsWindow);
},
signout() {
this.$root.signout();
},