mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-25 15:39:19 +00:00
Add StopGifs to description
This commit is contained in:
parent
16a31872fe
commit
4d9ca8909d
|
@ -1389,6 +1389,12 @@ config :pleroma, :config_description, [
|
|||
label: "Render misskey markdown",
|
||||
type: :boolean,
|
||||
description: "Whether to render Misskey-flavoured markdown"
|
||||
},
|
||||
%{
|
||||
key: :stopGifs,
|
||||
label: "Pause animated images until you hover on them",
|
||||
type: :boolean,
|
||||
description: "Whether to play gifs by default"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue