diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-16 17:15:55 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-16 17:15:55 +1100 |
| commit | 1287b7dece558927276c2a8f5e1a3b245a604ae2 (patch) | |
| tree | 7ee487d0a159bb94d6f68ee1926dbf0d31ee5a06 /src | |
| parent | launcher: remove windows mode (diff) | |
| download | caelestia-shell-1287b7dece558927276c2a8f5e1a3b245a604ae2.tar.gz caelestia-shell-1287b7dece558927276c2a8f5e1a3b245a604ae2.tar.bz2 caelestia-shell-1287b7dece558927276c2a8f5e1a3b245a604ae2.zip | |
launcher: remove window mode action
Forgot to remove it when removed window mode
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/launcher/actions.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/modules/launcher/actions.tsx b/src/modules/launcher/actions.tsx index 4ebabfb..446f411 100644 --- a/src/modules/launcher/actions.tsx +++ b/src/modules/launcher/actions.tsx @@ -57,15 +57,6 @@ const actions = (mode: Variable<Mode>, entry: Widget.Entry): ActionMap => ({ entry.set_text(""); }, }, - windows: { - icon: "select_window", - name: "Windows", - description: "Manage open windows", - action: () => { - mode.set("windows"); - entry.set_text(""); - }, - }, light: { icon: "light_mode", name: "Light", |