mirror of
https://github.com/kopia/kopia.git
synced 2026-03-24 09:04:04 -04:00
* Update display on repository summary * Apply throughout app * Situate units_test * Update Command Line documentation * Envar cleanup * Rename to BytesString * Restore envar string available for test * Remove extraneous empty check and restore UIPreferences field for frontend * PR: config bool cleanup and missed `BaseEnv`s * Fix lint and test
This commit is contained in:
@@ -288,6 +288,7 @@ type CLIInfo struct {
|
||||
|
||||
// UIPreferences represents JSON object storing UI preferences.
|
||||
type UIPreferences struct {
|
||||
Theme string `json:"theme"` // 'dark', 'light' or ''
|
||||
PageSize int `json:"pageSize"` // A page size; the actual possible values will only be provided by the frontend
|
||||
BytesStringBase2 bool `json:"bytesStringBase2"` // If `true`, display storage values in base-2 (default is base-10)
|
||||
Theme string `json:"theme"` // 'dark', 'light' or ''
|
||||
PageSize int `json:"pageSize"` // A page size; the actual possible values will only be provided by the frontend
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user