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
NextScore int
Blocked bool
CanMessage bool
CanComment bool
CanMessage bool
CanComment bool
}
type CreateTopicPage struct {
@ -385,6 +385,13 @@ type PanelSetting struct {
FriendlyName string
}
type PanelUserEditPage struct {
*BasePanelPage
Groups []*Group
User *User
ShowEmail bool
}
type PanelSettingPage struct {
*BasePanelPage
ItemList []OptionLabel