mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-15 00:32:47 -04:00
@@ -734,12 +734,12 @@ Singleton {
|
||||
});
|
||||
}
|
||||
|
||||
function switchToWorkspace(workspaceIndex) {
|
||||
function switchToWorkspace(workspaceId) {
|
||||
return send({
|
||||
"Action": {
|
||||
"FocusWorkspace": {
|
||||
"reference": {
|
||||
"Index": workspaceIndex
|
||||
"Id": workspaceId
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1449,13 +1449,13 @@ Singleton {
|
||||
});
|
||||
}
|
||||
|
||||
function moveWorkspaceToIndex(workspaceIdx, targetIndex) {
|
||||
function moveWorkspaceToIndex(workspaceId, targetIndex) {
|
||||
return send({
|
||||
"Action": {
|
||||
"MoveWorkspaceToIndex": {
|
||||
"index": targetIndex,
|
||||
"reference": {
|
||||
"Index": workspaceIdx
|
||||
"Id": workspaceId
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user