mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-02-23 08:30:51 -08:00
fix: restart workspace not reloaded
This commit is contained in:
parent
2ba5ef536a
commit
3d57dd3a82
2 changed files with 9 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ export async function getWorkspaceMenuTemplate(
|
|||
click: async () => {
|
||||
await service.workspaceView.restartWorkspaceViewService(id);
|
||||
await service.workspaceView.realignActiveWorkspace(id);
|
||||
await service.view.reloadViewsWebContents(id);
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue