mirror of
https://github.com/gogs/gogs.git
synced 2025-12-21 15:50:00 +01:00
setting: able to config dashboard news feed paging number (#4247)
This commit is contained in:
@@ -278,7 +278,8 @@ var (
|
||||
OrgPagingNum int
|
||||
} `ini:"ui.admin"`
|
||||
User struct {
|
||||
RepoPagingNum int
|
||||
RepoPagingNum int
|
||||
NewsFeedPagingNum int
|
||||
} `ini:"ui.user"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user