Skip to content

Commit 897e0ae

Browse files
authored
Modify manifest for window control overlay support (#6468)
Since the release of code-server v4.17.0 (Code 1.82), "Command Center" has become a default option. However, the current code-server PWA app lacks support for the Windows control overlay, resulting in an untidy appearance of the title bar. This commit introduces modifications to the manifest file to enable support for the window control overlay.
1 parent f4bf492 commit 897e0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/routes/vscode.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export class CodeServerRouteWrapper {
5555
short_name: appName,
5656
start_url: ".",
5757
display: "fullscreen",
58+
display_override: ["window-controls-overlay"],
5859
description: "Run Code on a remote server.",
5960
icons: [192, 512].map((size) => ({
6061
src: `{{BASE}}/_static/src/browser/media/pwa-icon-${size}.png`,

0 commit comments

Comments
 (0)