Przeglądaj źródła

fix(gum): add electron string for requesting gum permissions

Electron generally can bypass having to get permission for
audio and video. In the case it doesn't have it, and the
permission screen is displayed, a string should still display
prompting the user to click allow. Right now the string id
displays.
master
Leonard Kim 7 lat temu
rodzic
commit
f8717a7135
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      lang/main.json

+ 1
- 0
lang/main.json Wyświetl plik

@@ -23,6 +23,7 @@
23 23
       "react-nativeGrantPermissions": "Select <b><i>Allow</i></b> when your browser asks for permissions.",
24 24
       "chromeGrantPermissions": "Select <b><i>Allow</i></b> when your browser asks for permissions.",
25 25
       "androidGrantPermissions": "Select <b><i>Allow</i></b> when your browser asks for permissions.",
26
+      "electronGrantPermissions": "Please grant permissions to use your camera and microphone",
26 27
       "firefoxGrantPermissions": "Select <b><i>Share Selected Device</i></b> when your browser asks for permissions.",
27 28
       "operaGrantPermissions": "Select <b><i>Allow</i></b> when your browser asks for permissions.",
28 29
       "iexplorerGrantPermissions": "Select <b><i>OK</i></b> when your browser asks for permissions.",

Ładowanie…
Anuluj
Zapisz