Add Windows system tray icon
This commit is contained in:
BIN
data/interfaces/default/images/logo.ico
Normal file
BIN
data/interfaces/default/images/logo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
@@ -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
|
||||
|
Reference in New Issue
Block a user