dark theme

This commit is contained in:
gabryon99 2020-01-30 21:08:30 +01:00
parent 8d19e56967
commit 558b4d366c
9 changed files with 164 additions and 27 deletions

View file

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