mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-04 10:52:46 +02:00
implement save user ShowFileViewTreeSidebar
This commit is contained in:
@@ -17,5 +17,6 @@ const (
|
||||
// SignupIP is the IP address that the user signed up with
|
||||
SignupIP = "signup.ip"
|
||||
// SignupUserAgent is the user agent that the user signed up with
|
||||
SignupUserAgent = "signup.user_agent"
|
||||
SignupUserAgent = "signup.user_agent"
|
||||
SettingsKeyShowFileViewTreeSidebar = "tree.show_file_view_tree_sidebar"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user