Changed default for "textAlignment" variable

This commit is contained in:
nuttylmao
2025-05-05 02:05:04 +10:00
parent 1a2f633cdb
commit d975a6d129
+1 -1
View File
@@ -36,7 +36,7 @@ const fontColor = urlParams.get("fontColor") || "#FFFFFF";
const useCustomBackground = GetBooleanParam("useCustomBackground", true); const useCustomBackground = GetBooleanParam("useCustomBackground", true);
const background = urlParams.get("background") || "#000000"; const background = urlParams.get("background") || "#000000";
const opacity = urlParams.get("opacity") || "0.85"; const opacity = urlParams.get("opacity") || "0.85";
const textAlignment = urlParams.get("textAlignment") || "right"; const textAlignment = urlParams.get("textAlignment") || "left";
const alignment = urlParams.get("alignment") || ""; const alignment = urlParams.get("alignment") || "";
// General // General