Oops, add this struct too.

This commit is contained in:
Azareal 2019-11-05 09:49:37 +10:00
parent 0403b2e1fa
commit 4179f472e5
1 changed files with 9 additions and 2 deletions

View File

@ -208,8 +208,8 @@ type ProfilePage struct {
CurrentScore int CurrentScore int
NextScore int NextScore int
Blocked bool Blocked bool
CanMessage bool CanMessage bool
CanComment bool CanComment bool
} }
type CreateTopicPage struct { type CreateTopicPage struct {
@ -385,6 +385,13 @@ type PanelSetting struct {
FriendlyName string FriendlyName string
} }
type PanelUserEditPage struct {
*BasePanelPage
Groups []*Group
User *User
ShowEmail bool
}
type PanelSettingPage struct { type PanelSettingPage struct {
*BasePanelPage *BasePanelPage
ItemList []OptionLabel ItemList []OptionLabel