Add auto update for Windows exe install

This commit is contained in:
JonnyWong16 2020-12-22 15:59:19 -08:00
commit 60f13df992
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 12 additions and 4 deletions

View file

@ -220,7 +220,7 @@
<p class="help-block">Check for Tautulli updates periodically.</p>
</div>
<div id="git_update_options">
% if not plexpy.SNAP and not plexpy.FROZEN:
% if not plexpy.SNAP and not (plexpy.FROZEN and common.PLATFORM == 'Darwin'):
<div class="checkbox">
<label>
<input type="checkbox" id="plexpy_auto_update" name="plexpy_auto_update" value="1" ${config['plexpy_auto_update']} ${docker_setting}> Update Automatically ${docker_msg | n}