From c4416572cf4e131d1d9a4847f5e153d85d1c2b69 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 14 Aug 2015 20:15:30 +0200 Subject: [PATCH] Remove unnecessary transparency on update notification and column selection. Keep the update message closed for 1 hour if close button is clicked. Will reset if manual update check is done. Don't ignore user logging when doing import (we still need an option in the import to override this). --- data/interfaces/default/base.html | 19 +++++++++++++++---- .../default/css/dataTables.colVis.css | 2 +- data/interfaces/default/css/plexpy.css | 2 +- data/interfaces/default/settings.html | 2 ++ plexpy/monitor.py | 2 +- 5 files changed, 20 insertions(+), 7 deletions(-) diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index 03d71e57..3bffc64a 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -30,16 +30,16 @@ from plexpy import version
% if plexpy.CONFIG.CHECK_GITHUB and not plexpy.CURRENT_VERSION: -
+ % elif plexpy.CONFIG.CHECK_GITHUB and plexpy.CURRENT_VERSION != plexpy.LATEST_VERSION and plexpy.COMMITS_BEHIND > 0 and plexpy.INSTALL_TYPE != 'win': -
+ % endif