1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-10 15:52:58 -04:00

workspace: fix rename modal

This commit is contained in:
bbedward
2026-01-23 14:03:02 -05:00
parent b3ea28c5c4
commit d013c3b718
5 changed files with 50 additions and 51 deletions

View File

@@ -1426,7 +1426,8 @@ Singleton {
return send({
"Action": {
"SetWorkspaceName": {
"name": name
"name": name,
"workspace": null
}
}
});