mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
deploy: ce41ef9c0a
This commit is contained in:
@@ -213,6 +213,39 @@ Class ClientConfig <a class="header-action link-secondary" title="View source"
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Client_Config_ClientConfig_DefaultAsciiSize_" data-uid="EchoHub.Client.Config.ClientConfig.DefaultAsciiSize*"></a>
|
||||
|
||||
<h3 id="EchoHub_Client_Config_ClientConfig_DefaultAsciiSize" data-uid="EchoHub.Client.Config.ClientConfig.DefaultAsciiSize">
|
||||
DefaultAsciiSize
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/Config/ClientConfig.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>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.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string DefaultAsciiSize { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Client_Config_ClientConfig_DefaultPreset_" data-uid="EchoHub.Client.Config.ClientConfig.DefaultPreset*"></a>
|
||||
|
||||
<h3 id="EchoHub_Client_Config_ClientConfig_DefaultPreset" data-uid="EchoHub.Client.Config.ClientConfig.DefaultPreset">
|
||||
@@ -244,6 +277,39 @@ Class ClientConfig <a class="header-action link-secondary" title="View source"
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Client_Config_ClientConfig_DownloadPath_" data-uid="EchoHub.Client.Config.ClientConfig.DownloadPath*"></a>
|
||||
|
||||
<h3 id="EchoHub_Client_Config_ClientConfig_DownloadPath" data-uid="EchoHub.Client.Config.ClientConfig.DownloadPath">
|
||||
DownloadPath
|
||||
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/Config/ClientConfig.cs"><i class="bi bi-code-slash"></i></a>
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Folder where downloaded attachments and saved images are written. When null, the
|
||||
OS Downloads folder is used. Set via the native folder picker or <code>/downloadpath</code>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string? DownloadPath { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="EchoHub_Client_Config_ClientConfig_Notifications_" data-uid="EchoHub.Client.Config.ClientConfig.Notifications*"></a>
|
||||
|
||||
<h3 id="EchoHub_Client_Config_ClientConfig_Notifications" data-uid="EchoHub.Client.Config.ClientConfig.Notifications">
|
||||
|
||||
Reference in New Issue
Block a user