Class ClientConfig
public class ClientConfig
- Inheritance
-
ClientConfig
- Inherited Members
Constructors
ClientConfig()
public ClientConfig()
Properties
ActiveTheme
public string ActiveTheme { get; set; }
Property Value
DefaultAsciiSize
ASCII-art rendering size for images you attach: "s" (40×40), "m" (80×80), or "l" (120×120). Applies to copy-paste/drag-drop attachments, which have no per-file size flag.
public string DefaultAsciiSize { get; set; }
Property Value
DefaultPreset
public AccountPreset DefaultPreset { get; set; }
Property Value
DownloadPath
Folder where downloaded attachments and saved images are written. When null, the
OS Downloads folder is used. Set via the native folder picker or /downloadpath.
public string? DownloadPath { get; set; }
Property Value
Notifications
public NotificationConfig Notifications { get; set; }
Property Value
SavedServers
public List<SavedServer> SavedServers { get; set; }
Property Value
- List<SavedServer>