This commit is contained in:
KernelDeimos 2024-04-07 16:18:59 -04:00
parent 3297940bab
commit 3f37ef2fad

View File

@ -84,7 +84,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
}; };
Slider({ Slider({
label: i18n('coloration'), label: i18n('hue'),
name: 'hue', min: 0, max: 360, name: 'hue', min: 0, max: 360,
initial: svc_theme.get('hue'), initial: svc_theme.get('hue'),
}) })