We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040ede9 commit 55af551Copy full SHA for 55af551
1 file changed
frontend/src/ts/commandline/lists/custom-background.ts
@@ -73,7 +73,6 @@ const customBackgroundCommand: Command = {
73
id: "removeCustomBackground",
74
display: "Remove custom background",
75
icon: "fa-trash",
76
- alias: "remove background",
77
available: async (): Promise<boolean> => {
78
return (
79
(await FileStorage.hasFile("LocalBackgroundFile")) ||
0 commit comments