mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 22:40:20 +08:00
Tiny fix
This commit is contained in:
parent
b99534ebdf
commit
beeeb7bcbf
@ -71,7 +71,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
|
|||||||
const state = {};
|
const state = {};
|
||||||
|
|
||||||
const slider_ch = (e) => {
|
const slider_ch = (e) => {
|
||||||
state[e.meta.label] = e.target.value;
|
state[e.meta.name] = e.target.value;
|
||||||
svc_theme.apply(state);
|
svc_theme.apply(state);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user