Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
AntlerForce committed Sep 18, 2024
1 parent 37151f3 commit dea6ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/chobby/components/chat_windows.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ function ChatWindows:init()
name = "fudgeControl",
x = 0,
y = 0,
width = 100,
bottom = 0,
resizable = false,
draggable = false,
Expand Down Expand Up @@ -571,7 +572,6 @@ function ChatWindows:SetTabBadge(tabName, text)
local badge = ctrl._badge
if not ctrl._badge then
ctrl._badge = Label:New {
--x = 75,
y = -36,
right = 5,
width = 14,
Expand Down

0 comments on commit dea6ae0

Please sign in to comment.