feat(setting): Implemented the settings administrative menu
This commit is contained in:
@@ -95,6 +95,7 @@ type Config struct {
|
||||
ThumbnailBatchSize int
|
||||
ThumbnailIntervalSeconds int
|
||||
|
||||
sources map[string]Source
|
||||
values map[string]string
|
||||
sources map[string]Source
|
||||
values map[string]string
|
||||
defaults map[string]string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user