Changed Default gui mode
This commit is contained in:
@@ -17,6 +17,7 @@ type Config struct {
|
||||
NotificationsEnabled bool `json:"notifications_enabled"`
|
||||
KeepTerminalOpen bool `json:"keep_terminal_open"`
|
||||
ConfirmSelectedInstalls bool `json:"confirm_selected_installs"`
|
||||
PreferElectron bool `json:"prefer_electron"`
|
||||
IgnoredPackages []string `json:"ignored_packages"`
|
||||
}
|
||||
|
||||
@@ -31,6 +32,7 @@ func Default() Config {
|
||||
NotificationsEnabled: true,
|
||||
KeepTerminalOpen: true,
|
||||
ConfirmSelectedInstalls: true,
|
||||
PreferElectron: true,
|
||||
IgnoredPackages: []string{},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user