forked from AkkomaGang/akkoma
Add hideFilteredStatuses and hideMutedPosts settings
This commit is contained in:
parent
7f00698c3b
commit
c86cdb76a7
1 changed files with 12 additions and 0 deletions
|
@ -1166,6 +1166,18 @@
|
|||
type: :boolean,
|
||||
description: "Enables green text on lines prefixed with the > character."
|
||||
},
|
||||
%{
|
||||
key: :hideFilteredStatuses,
|
||||
label: "Hide Filtered Statuses",
|
||||
type: :boolean,
|
||||
description: "Hides filtered statuses from timelines."
|
||||
},
|
||||
%{
|
||||
key: :hideMutedPosts,
|
||||
label: "Hide Muted Posts",
|
||||
type: :boolean,
|
||||
description: "Hides muted statuses from timelines."
|
||||
},
|
||||
%{
|
||||
key: :hidePostStats,
|
||||
label: "Hide post stats",
|
||||
|
|
Loading…
Reference in a new issue