Table of Contents

Struct DefaultConfig

Namespace
LunaForge
Assembly
LunaForge.dll
public struct DefaultConfig
Inherited Members

Constructors

DefaultConfig()

public DefaultConfig()

Fields

AutoBackup

public bool AutoBackup

Field Value

bool

AutoBackupFreq

public int AutoBackupFreq

Field Value

int

BackupCountLimit

public int BackupCountLimit

Field Value

int

CheckUpdateFrequency

public int CheckUpdateFrequency

Field Value

int

CheckUpdatesAtStartup

public bool CheckUpdatesAtStartup

Field Value

bool

UseAutoUpdates

public bool UseAutoUpdates

Field Value

bool

Properties

AuthorName

public string AuthorName { readonly get; set; }

Property Value

string

CurrentThemeProfile

public string CurrentThemeProfile { readonly get; set; }

Property Value

string

DefinitionsWindowOpen

public bool DefinitionsWindowOpen { readonly get; set; }

Property Value

bool

EnabledPlugins

public Dictionary<string, bool> EnabledPlugins { readonly get; set; }

Property Value

Dictionary<string, bool>

LastUsedPath

public string LastUsedPath { readonly get; set; }

Property Value

string

RecentlyOpened

public List<string> RecentlyOpened { readonly get; set; }

Property Value

List<string>

ThemeProfiles

public List<ThemeProfile> ThemeProfiles { readonly get; set; }

Property Value

List<ThemeProfile>

UseDiscordRPC

public bool UseDiscordRPC { readonly get; set; }

Property Value

bool