Skip to content

Commit 09a3294

Browse files
authored
Merge pull request #149 from BaldPRs/main
Change EnabledColors in TRSChatTabs.SetupInterface() Fixing: TRSButton.Enabled()
2 parents e82f0ea + 93cb65a commit 09a3294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osrs/interfaces/chat/chattabs.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ begin
7777
for i := 0 to 6 do
7878
begin
7979
Self.Tabs[i].Tab := ERSChatTab(i+1);
80-
Self.Tabs[i].Button.EnabledColors := [[1555,6], [5399922, 0], [795452, 0]];
80+
Self.Tabs[i].Button.EnabledColors := [[$0E202D, 0.888]];
8181
Self.Tabs[i].Button.Bounds := Box(X1 + 3 + (i * 62), Y1, X1 + 58 + (i * 62), Y2 - 1);
8282
end;
8383

0 commit comments

Comments
 (0)