mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-01 02:30:41 -06:00
Tiny fix
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user