logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 50b1c5b640a5867cd0f988276ffb6946038a96ea
parent 6e50df6ad31a5531b89e7d2675fb3a62e3d68ecd
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 22 Dec 2024 16:49:42 +0200

fix theme3hacks resetting theme to default-v2

Diffstat:

Msrc/modules/config.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/config.js b/src/modules/config.js @@ -307,7 +307,7 @@ const config = { applyConfig(state) } if (name.startsWith('theme3hacks')) { - dispatch('setTheme', { recompile: true }) + dispatch('applyTheme', { recompile: true }) } switch (name) { case 'theme':