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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electron/macOSPermissions.ts b/src/electron/macOSPermissions.ts
index f5a8c7cc4..aef3ac30b 100644
--- a/src/electron/macOSPermissions.ts
+++ b/src/electron/macOSPermissions.ts
@@ -15,7 +15,7 @@ debug(
15 15
16const filePath = userDataPath('.has-app-requested-screen-capture-permissions'); 16const filePath = userDataPath('.has-app-requested-screen-capture-permissions');
17 17
18function hasPromptedForScreenCapturePermission(): boolean { 18function hasPromptedForScreenCapturePermission(): string | boolean {
19 if (!isExplicitScreenCapturePermissionReqd) { 19 if (!isExplicitScreenCapturePermissionReqd) {
20 return false; 20 return false;
21 } 21 }