launcher: remove window mode action
Forgot to remove it when removed window mode
This commit is contained in:
parent
088a67fa48
commit
1287b7dece
1 changed files with 0 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue