mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-01 22:39:26 +08:00
fix: out of order when database is not sqlite3 (#6560)
This commit is contained in:
@ -29,6 +29,7 @@ type SettingItem struct {
|
||||
Options string `json:"options"` // values for select
|
||||
Group int `json:"group"` // use to group setting in frontend
|
||||
Flag int `json:"flag"` // 0 = public, 1 = private, 2 = readonly, 3 = deprecated, etc.
|
||||
Index uint `json:"index"`
|
||||
}
|
||||
|
||||
func (s SettingItem) IsDeprecated() bool {
|
||||
|
Reference in New Issue
Block a user