Enable screen sharing easter-egg in desktop app
This commit is contained in:
parent
6a1af891b7
commit
c5459a2f19
3 changed files with 14 additions and 0 deletions
|
@ -127,4 +127,8 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
|||
getDefaultDeviceDisplayName() {
|
||||
return "Riot Desktop on " + platformFriendlyName();
|
||||
}
|
||||
|
||||
screenCaptureErrorString() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue