mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
Merge themes as settable from outside console, add a default theme as well.
This commit is contained in:
@@ -122,14 +122,6 @@ func (e errInvalidTarget) Error() string {
|
||||
return "Invalid target " + e.URL
|
||||
}
|
||||
|
||||
type errInvalidTheme struct {
|
||||
Theme string
|
||||
}
|
||||
|
||||
func (e errInvalidTheme) Error() string {
|
||||
return "Theme " + e.Theme + " is not supported."
|
||||
}
|
||||
|
||||
type errTargetIsNotDir errInvalidURL
|
||||
|
||||
func (e errTargetIsNotDir) Error() string {
|
||||
|
||||
Reference in New Issue
Block a user