Oops, add this struct too.
This commit is contained in:
parent
0403b2e1fa
commit
4179f472e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue