launcher: remove window mode action

Forgot to remove it when removed window mode
This commit is contained in:
2 * r + 2 * t 2025-03-16 17:15:55 +11:00
parent 088a67fa48
commit 1287b7dece

View file

@ -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",