ソースを参照

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年前
コミット
f8717a7135
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      lang/main.json

+ 1
- 0
lang/main.json ファイルの表示

@@ -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.",

読み込み中…
キャンセル
保存