Skip to content

Commit 1cbed00

Browse files
committed
chore: 🤖 update mock ipc with new handlers
1 parent aee9b25 commit 1cbed00

File tree

1 file changed

+8
-0
lines changed
  • addons/api/mirage/scenarios

1 file changed

+8
-0
lines changed

‎addons/api/mirage/scenarios/ipc.js‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,14 @@ export default function initializeMockIPC(server, config) {
248248
resumeClientAgent() {}
249249
hasRunningSessions() {}
250250
stopAll() {}
251+
getRdpClients() {
252+
return ['windows-app', 'none', 'mstsc'];
253+
}
254+
getPreferredRdpClient() {
255+
return 'windows-app';
256+
}
257+
setPreferredRdpClient() {}
258+
launchRdpClient() {}
251259
}
252260

253261
/**

0 commit comments

Comments
 (0)