mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +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 slider_ch = (e) => {
|
||||
state[e.meta.label] = e.target.value;
|
||||
state[e.meta.name] = e.target.value;
|
||||
svc_theme.apply(state);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user