@@ -23,7 +23,7 @@ export class ComputerUseSession {
|
||||
return { session_id: this.sessionId, restore_token_present: Boolean(persist), monitors, backend: this.backend };
|
||||
}
|
||||
|
||||
setBackend(backend) { this.backend = ['portal-ei', 'ydotool', 'none'].includes(backend) ? backend : 'none'; return this.backend; }
|
||||
setBackend(backend) { this.backend = ['portal-ei', 'portal-notify', 'ydotool', 'none'].includes(backend) ? backend : 'none'; return this.backend; }
|
||||
|
||||
revoke() {
|
||||
this.active = false;
|
||||
|
||||
Reference in New Issue
Block a user