Class ClientConfig
- Namespace
- EchoHub.Client.Config
- Assembly
- EchoHub.Client.dll
public class ClientConfig
- Inheritance
-
ClientConfig
- Inherited Members
-
Constructors
ClientConfig()
Properties
ActiveTheme
public string ActiveTheme { get; set; }
Property Value
- string
DefaultPreset
public AccountPreset DefaultPreset { get; set; }
Property Value
- AccountPreset
Notifications
public NotificationConfig Notifications { get; set; }
Property Value
- NotificationConfig
SavedServers
public List<SavedServer> SavedServers { get; set; }
Property Value
- List<SavedServer>