Skip to content

Commit

Permalink
Merge pull request #383 from ao-org/hide-online
Browse files Browse the repository at this point in the history
Hide Online Players number from form
  • Loading branch information
RecoX authored Sep 27, 2024
2 parents 4a4bc98 + 5bc7ed9 commit 17ccf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODIGO/frmMain.frm
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ Begin VB.Form frmMain
_Version = 393217
BackColor = 0
BorderStyle = 0
Enabled = -1 'True
HideSelection = 0 'False
ReadOnly = -1 'True
ScrollBars = 2
Expand Down Expand Up @@ -1309,6 +1308,7 @@ Begin VB.Form frmMain
TabIndex = 5
ToolTipText = "Numero de usuarios online"
Top = 0
Visible = 0 'False
Width = 1665
End
Begin VB.Label Label2
Expand Down

0 comments on commit 17ccf32

Please sign in to comment.