aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/app.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkg/config/app.go (renamed from config/app.go)1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/app.go b/pkg/config/app.go
index 2eefb98..2787517 100644
--- a/config/app.go
+++ b/pkg/config/app.go
@@ -21,6 +21,7 @@ type App struct {
MenuMaxIdleTime int `yaml:"MenuMaxIdleTime"`
// PostLoginCommands is the list of commands to execute upon login, like creating save directories for games
PostLoginCommands []string `yaml:"PostLoginCommands"`
+ // TODO admin contact
}
func (a *App) validate() error {