fix admin config available for normal users
This commit is contained in:
parent
b15eecb3cc
commit
3bca4be83f
@ -321,6 +321,8 @@ Public Class frmStart
|
||||
End If
|
||||
If USER_IS_ADMIN = True Then
|
||||
btnAdminConfig.Visible = True
|
||||
Else
|
||||
btnAdminConfig.Visible = False
|
||||
End If
|
||||
TimerRefresh.Start()
|
||||
End Sub
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user