mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-10 06:19:36 -04:00
fix(IPC): Remove recent duplicate IPC bindings
This commit is contained in:
@@ -214,18 +214,4 @@ FloatingWindow {
|
||||
targetWindow: root
|
||||
}
|
||||
|
||||
IpcHandler {
|
||||
target: "workspace-rename"
|
||||
|
||||
function open(): string {
|
||||
const ws = NiriService.workspaces[NiriService.focusedWorkspaceId];
|
||||
show(ws?.name || "");
|
||||
return "WORKSPACE_RENAME_MODAL_OPENED";
|
||||
}
|
||||
|
||||
function close(): string {
|
||||
hide();
|
||||
return "WORKSPACE_RENAME_MODAL_CLOSED";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user