Skip to content

Commit fd0051c

Browse files
author
Benjamin Pasero
committed
Custom Titlebar is incomplete and not draggable (fix microsoft#98669)
1 parent 229602b commit fd0051c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/title/electron-sandbox/titleService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
import { registerSingleton } from 'vs/platform/instantiation/common/extensions';
7-
import { TitlebarPart } from 'vs/workbench/browser/parts/titlebar/titlebarPart';
7+
import { TitlebarPart } from 'vs/workbench/electron-sandbox/parts/titlebar/titlebarPart';
88
import { ITitleService } from 'vs/workbench/services/title/common/titleService';
99

1010
registerSingleton(ITitleService, TitlebarPart);

0 commit comments

Comments
 (0)