aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/macOSPermissions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/electron/macOSPermissions.ts')
-rw-r--r--src/electron/macOSPermissions.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/electron/macOSPermissions.ts b/src/electron/macOSPermissions.ts
index 0e183eeb7..7e4bb3c4d 100644
--- a/src/electron/macOSPermissions.ts
+++ b/src/electron/macOSPermissions.ts
@@ -6,7 +6,7 @@ import { dirname } from 'path';
6import { askForScreenCaptureAccess } from 'node-mac-permissions'; 6import { askForScreenCaptureAccess } from 'node-mac-permissions';
7import { userDataPath } from '../environment-remote'; 7import { userDataPath } from '../environment-remote';
8 8
9const debug = require('debug')('Ferdi:macOSPermissions'); 9const debug = require('debug')('Ferdium:macOSPermissions');
10 10
11const isExplicitScreenCapturePermissionReqd = 11const isExplicitScreenCapturePermissionReqd =
12 macosVersion.isGreaterThanOrEqualTo('10.15'); 12 macosVersion.isGreaterThanOrEqualTo('10.15');
@@ -66,7 +66,7 @@ export const askFormacOSPermissions = async (mainWindow: BrowserWindow) => {
66 type: 'info', 66 type: 'info',
67 message: 'Enable Screen Sharing', 67 message: 'Enable Screen Sharing',
68 detail: 68 detail:
69 'To enable screen sharing for some services, Ferdi needs the permission to record your screen.', 69 'To enable screen sharing for some services, Ferdium needs the permission to record your screen.',
70 buttons: ['Allow screen sharing', 'No', 'Ask me later'], 70 buttons: ['Allow screen sharing', 'No', 'Ask me later'],
71 defaultId: 0, 71 defaultId: 0,
72 cancelId: 2, 72 cancelId: 2,