Add Windows system tray icon

This commit is contained in:
JonnyWong16 2018-08-13 19:53:15 -07:00
commit b1ec49341e
7 changed files with 291 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View file

@ -430,6 +430,14 @@
</div>
<p class="help-block">Note: Web interface changes require a restart.</p>
% 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
</label>
<p class="help-block">Show Tautulli shortcut in the system tray.</p>
</div>
% endif
<div class="checkbox">
<label>
<input type="checkbox" name="launch_browser" id="launch_browser" value="1" ${config['launch_browser']}> Launch Browser on Startup