From 1287b7dece558927276c2a8f5e1a3b245a604ae2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 16 Mar 2025 17:15:55 +1100 Subject: launcher: remove window mode action Forgot to remove it when removed window mode --- src/modules/launcher/actions.tsx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/modules') 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, 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", -- cgit v1.2.3-freya