feat(tray): Add runtime config option to enable/disable system tray (#4208)
This commit is contained in:
parent
73f84fb6dd
commit
8bff4d0780
7 changed files with 40 additions and 3 deletions
|
|
@ -261,6 +261,29 @@ editing the `conf` file in a text editor. Use the examples as reference.
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
### system_tray
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>Description</td>
|
||||
<td colspan="2">
|
||||
Show icon in system tray and display desktop notifications
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Default</td>
|
||||
<td colspan="2">@code{}
|
||||
enabled
|
||||
@endcode</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Example</td>
|
||||
<td colspan="2">@code{}
|
||||
system_tray = enabled
|
||||
@endcode</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Input
|
||||
|
||||
### controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue