Skip to content

Commit 917b1e1

Browse files
committed
Remove text on the "Open DM" button
1 parent 4cdb91b commit 917b1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/custom_chat/client/vgui/chat_frame.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function PANEL:Init()
2121
end
2222

2323
local buttonOpenDM = vgui.Create( "DButton", self.channelList )
24+
buttonOpenDM:SetText( "" )
2425
buttonOpenDM:SetIcon( "icon16/add.png" )
2526
buttonOpenDM:SetTall( 26 )
2627
buttonOpenDM:SetTooltip( L"channel.open_dm" )

0 commit comments

Comments
 (0)