We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc7ef2 commit 3cc24feCopy full SHA for 3cc24fe
1 file changed
src/TopbarIcon.client.luau
@@ -4,7 +4,10 @@ const BackpackScript = require(script.Parent)
4
const Icon = require(script.Parent.Parent.topbarplus)
5
6
const icon = Icon.new()
7
-icon:modifyTheme({ "IconLabelContainer", "TargetWidth", 0 }) -- Force minimum width
+icon:modifyTheme({
8
+ { "IconLabelContainer", "TargetWidth", 0 }, -- Force minimum width
9
+ { "IconLabel", "AutoLocalize", false }, -- Don't translate font icon
10
+})
11
icon:setLabel("backpack")
12
icon:setOrder(-1)
13
icon:setTextSize(24)
0 commit comments