This commit is contained in:
syuilo
2023-10-02 10:42:26 +09:00
parent b4c1de11f5
commit cb821d42a6
7 changed files with 7 additions and 10 deletions

View File

@@ -144,12 +144,12 @@ const headerActions = $computed(() => [{
text: i18n.ts.showRenotes,
icon: 'ti ti-repeat',
ref: $$(withRenotes),
}, {
}, /*{
type: 'switch',
text: i18n.ts.withReplies,
icon: 'ti ti-arrow-back-up',
ref: $$(withReplies),
}, {
},*/ {
type: 'switch',
text: i18n.ts.fileAttachedOnly,
icon: 'ti ti-photo',

View File

@@ -115,11 +115,11 @@ const menu = [{
type: 'switch',
text: i18n.ts.showRenotes,
ref: $$(withRenotes),
}, {
}, /*{
type: 'switch',
text: i18n.ts.withReplies,
ref: $$(withReplies),
}, {
},*/ {
type: 'switch',
text: i18n.ts.fileAttachedOnly,
ref: $$(onlyFiles),