Restart after chaging system tray setting

This commit is contained in:
JonnyWong16 2018-08-14 00:14:03 -07:00
parent 1bd7cf4d4c
commit 4f4a66f7e7

View file

@ -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>