Change Admincards to IsAdmin

This commit is contained in:
Stanislaw
2023-01-03 10:55:36 +01:00
parent 3bfd5a2eba
commit 37a62d58c5

View File

@@ -31,7 +31,7 @@ type Admincard struct {
Desc string Desc string
Img string Img string
DevBadge bool DevBadge bool
Admincard bool IsAdmin bool
AssignedUser string AssignedUser string
} }
type Splash struct { type Splash struct {