From 7969337e3c4fcd9a8c042a5a34b2a5837da392ce Mon Sep 17 00:00:00 2001 From: Mubi <150862765+cicerorph@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:41:37 -0300 Subject: [PATCH] fix: made showToastNew actually use the position given --- static/extensions/MubiLop/toastnotifs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/extensions/MubiLop/toastnotifs.js b/static/extensions/MubiLop/toastnotifs.js index e751446d2..971a0bbbf 100644 --- a/static/extensions/MubiLop/toastnotifs.js +++ b/static/extensions/MubiLop/toastnotifs.js @@ -526,7 +526,7 @@ type: 'origin', text: xmlEscape(Cast.toString(args.TITLE)), message: xmlEscape(Cast.toString(args.MESSAGE)), - position: 'bottom-right' + position: xmlEscape(Cast.toString(args.POSITION)) }); }