Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SMM2SelectedProfile map[string]string
View Source
var Settings = &settings{ WindowPosition: nil, Maximized: false, RestoreWindowPosition: true, UnexpandedSize: utils.UnexpandedDefault, ExpandedSize: utils.ExpandedDefault, StartView: ViewCompact, FavoriteMods: []string{}, ModFilters: SavedModFilters{ Order: "last-updated", Filter: "compatible", }, RemoteNames: map[string]string{}, QueueAutoStart: true, IgnoredUpdates: map[string][]string{}, UpdateCheckMode: UpdateOnLaunch, ViewedAnnouncements: []string{}, Offline: false, Konami: false, LaunchButton: "normal", Debug: false, NewUserSetupComplete: false, }
Functions ¶
func LoadSettings ¶
func LoadSettings() error
func SaveSettings ¶
func SaveSettings() error
func ValidateCacheDir ¶
Types ¶
type SavedModFilters ¶
type UpdateCheckMode ¶
type UpdateCheckMode string
var ( UpdateOnLaunch UpdateCheckMode = "launch" UpdateOnExit UpdateCheckMode = "exit" UpdateAsk UpdateCheckMode = "ask" )
Click to show internal directories.
Click to hide internal directories.