add dark sidebar light container theme

This commit is contained in:
gabryon99 2020-02-02 09:10:00 +01:00
parent dabecf8921
commit 67a016fe63
4 changed files with 11 additions and 6 deletions

View file

@ -596,13 +596,13 @@ function printGUI()
-- ######################
local t_labels = {i18n("light"), i18n("dark")}
local t_values = {"light", "dark"}
local t_labels = {i18n("default"), i18n("light"), i18n("dark")}
local t_values = {"default", "light", "dark"}
local label = "toggle_theme"
multipleTableButtonPrefs(subpage_active.entries[label].title,
subpage_active.entries[label].description,
t_labels, t_values, "light", "primary",
t_labels, t_values, "default", "primary",
label, "ntopng.prefs.theme")
-- ######################