implement save user ShowFileViewTreeSidebar

This commit is contained in:
Lunny Xiao
2025-01-05 22:19:45 -08:00
parent 64c7e08df2
commit cd3a9afe8f
3 changed files with 20 additions and 7 deletions
+2 -1
View File
@@ -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"
)