Skip to content

Commit 20fa1a1

Browse files
committed
Update to webx-client 1.13.0
1 parent 51fed48 commit 20fa1a1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@ctrl/ngx-codemirror": "^7.0.0",
3939
"@illgrenoble/ngx-fs-client": "^1.2.0",
4040
"@illgrenoble/visa-print-client": "^1.2.3",
41-
"@illgrenoble/webx-client": "^1.12.1",
41+
"@illgrenoble/webx-client": "^1.13.0",
4242
"@ng-select/ng-select": "^10.0.4",
4343
"@ngrx/effects": "^15.4.0",
4444
"@ngrx/router-store": "^15.4.0",

src/app/vdi/services/webx-virtual-desktop-manager.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class WebXVirtualDesktopManager extends VirtualDesktopManager {
4545

4646
constructor(tunnel: WebXTunnel) {
4747
super();
48-
this._client = new WebXClient(tunnel);
48+
this._client = new WebXClient(tunnel, {display: {backgroundColor: '#272a31'}});
4949

5050
this.setClientAdapter(new WebXClientAdapter(this._client));
5151
}

0 commit comments

Comments
 (0)