This commit is contained in:
syuilo
2020-12-26 10:47:36 +09:00
parent 9d81d06853
commit 5a8cc7851b
200 changed files with 1562 additions and 1533 deletions

View File

@@ -90,19 +90,19 @@ export default defineComponent({
}
}));
os.modalMenu([{
text: this.$t('_timelines.home'),
text: this.$ts._timelines.home,
icon: faHome,
action: () => { this.setSrc('home') }
}, {
text: this.$t('_timelines.local'),
text: this.$ts._timelines.local,
icon: faComments,
action: () => { this.setSrc('local') }
}, {
text: this.$t('_timelines.social'),
text: this.$ts._timelines.social,
icon: faShareAlt,
action: () => { this.setSrc('social') }
}, {
text: this.$t('_timelines.global'),
text: this.$ts._timelines.global,
icon: faGlobe,
action: () => { this.setSrc('global') }
}, antennaItems.length > 0 ? null : undefined, ...antennaItems, listItems.length > 0 ? null : undefined, ...listItems], ev.currentTarget || ev.target).then(() => {