From: FloatingGhost Date: Fri, 2 Dec 2022 11:09:55 +0000 (+0000) Subject: still use mask X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=b33e548e8d5df8cd00657b8f6966cfe31390a2bf;p=akkoma still use mask --- diff --git a/config/config.exs b/config/config.exs index 90dcc057f..8e0104400 100644 --- a/config/config.exs +++ b/config/config.exs @@ -313,7 +313,7 @@ config :pleroma, :frontend_configurations, loginMethod: "password", logo: "/static/logo.svg", logoMargin: ".1em", - logoMask: false, + logoMask: true, noAttachmentLinks: false, nsfwCensorImage: "", postContentType: "text/plain", @@ -346,6 +346,12 @@ config :pleroma, :assets, default_mascot: :pleroma_fox_tan config :pleroma, :manifest, + icons: [ + %{ + src: "/static/logo.svg", + type: "image/svg+xml" + } + ], theme_color: "#282c37", background_color: "#191b22"