This commit is contained in:
KernelDeimos 2024-04-15 12:17:09 -04:00
parent b21755b5a3
commit 2717444c29

View File

@ -115,12 +115,6 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog (options) {
svc_theme.reset();
})
;
Button({ label: i18n('reset_colors') })
.appendTo(w_body)
.onPress(() => {
UIWindowColorPicker();
})
;
Slider({
label: i18n('hue'),