Skip to content

Commit 7969337

Browse files
authored
fix: made showToastNew actually use the position given
1 parent 2082371 commit 7969337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/extensions/MubiLop/toastnotifs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
type: 'origin',
527527
text: xmlEscape(Cast.toString(args.TITLE)),
528528
message: xmlEscape(Cast.toString(args.MESSAGE)),
529-
position: 'bottom-right'
529+
position: xmlEscape(Cast.toString(args.POSITION))
530530
});
531531
}
532532

0 commit comments

Comments
 (0)