mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add hotbar name prefix
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
ef837e1503
commit
a630b595c3
@ -50,7 +50,7 @@ export default {
|
||||
workspaceHotbars.set(id, {
|
||||
id: uuid.v4(), // don't use the old IDs as they aren't necessarily UUIDs
|
||||
items: [],
|
||||
name,
|
||||
name: `Workspace: ${name}`,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user