mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Restart after chaging system tray setting
This commit is contained in:
parent
1bd7cf4d4c
commit
4f4a66f7e7
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@
|
|||
% if os.name == 'nt':
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" name="win_sys_tray" id="win_sys_tray" value="1" ${config['win_sys_tray']}> Enable System Tray Icon
|
||||
<input type="checkbox" class="http-settings" name="win_sys_tray" id="win_sys_tray" value="1" ${config['win_sys_tray']}> Enable System Tray Icon
|
||||
</label>
|
||||
<p class="help-block">Show Tautulli shortcut in the system tray.</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue