Add system launch setting for MacOS

This commit is contained in:
JonnyWong16 2020-04-25 12:26:37 -07:00
parent 2e101dcf7d
commit d779e72bcd
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 13 additions and 3 deletions

View file

@ -455,11 +455,13 @@
</label>
<p class="help-block">Show Tautulli shortcut in the system tray.</p>
</div>
% endif
% if common.PLATFORM in ('Windows', 'Darwin'):
<div class="checkbox">
<label>
<input type="checkbox" name="launch_startup" id="launch_startup" value="1" ${config['launch_startup']}> Launch at System Startup
</label>
<p class="help-block">Start Tautulli automatically after Windows Login.</p>
<p class="help-block">Start Tautulli automatically after Login.</p>
</div>
% endif
<div class="checkbox">