Skip to content

Commit 55af551

Browse files
committed
Remove alias
1 parent 040ede9 commit 55af551

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/ts/commandline/lists/custom-background.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ const customBackgroundCommand: Command = {
7373
id: "removeCustomBackground",
7474
display: "Remove custom background",
7575
icon: "fa-trash",
76-
alias: "remove background",
7776
available: async (): Promise<boolean> => {
7877
return (
7978
(await FileStorage.hasFile("LocalBackgroundFile")) ||

0 commit comments

Comments
 (0)