diff --git a/frontend/src/ts/elements/commandline-lists.ts b/frontend/src/ts/elements/commandline-lists.ts index 57ece8516..22aaae274 100644 --- a/frontend/src/ts/elements/commandline-lists.ts +++ b/frontend/src/ts/elements/commandline-lists.ts @@ -3085,7 +3085,7 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = { defaultValue: "", input: true, exec: (input): void => { - if (!input) return; + if (!input) input = ""; UpdateConfig.setCustomBackground(input); }, },