Replace the old light theme preference choice with the current white choice.

This commit is contained in:
Nicolo Maio 2024-01-24 11:31:03 +01:00
parent 76056b6755
commit 21e284940d
3 changed files with 4 additions and 3 deletions

View file

@ -520,8 +520,8 @@ if auth.has_capability(auth.capabilities.preferences) then
-- ######################
local t_labels = {i18n("default"), i18n("light"), i18n("dark")}
local t_values = {"default", "light", "dark"}
local t_labels = {i18n("default"), i18n("white"), i18n("dark")}
local t_values = {"default", "white", "dark"}
local label = "toggle_theme"
multipleTableButtonPrefs(subpage_active.entries[label].title, subpage_active.entries[label].description,