launcher: change windows mode icon
This commit is contained in:
parent
5df0c7bd3d
commit
fc7e061817
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ const getIconFromMode = (mode: Mode) => {
|
||||||
case "math":
|
case "math":
|
||||||
return "calculate";
|
return "calculate";
|
||||||
case "windows":
|
case "windows":
|
||||||
return "select_window_2";
|
return "select_window";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -469,7 +469,7 @@ const Results = ({ entry, mode }: { entry: Widget.Entry; mode: Variable<Mode> })
|
||||||
command: () => mode.set("math"),
|
command: () => mode.set("math"),
|
||||||
},
|
},
|
||||||
windows: {
|
windows: {
|
||||||
icon: "select_window_2",
|
icon: "select_window",
|
||||||
name: "Windows",
|
name: "Windows",
|
||||||
description: "Manage open windows",
|
description: "Manage open windows",
|
||||||
command: () => mode.set("windows"),
|
command: () => mode.set("windows"),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue