Helps if I actually commit before pushing...

This commit is contained in:
Luke Barone 2022-07-09 20:51:03 -07:00
parent bf1b15d2e4
commit 0da419b8c5

View File

@ -56,7 +56,14 @@ Long press or tap the menu on the right to select `File Transfer`
2. Click `ID/Relay Server`.
3. Enter your ID Server hostname/IP Address in the `ID Server` field. Leave `Relay Server` and `API Server` blank, and enter your public key (optional, required for encryption) in the `Key` field. Press **OK** to save your settings. It will automatically switch to the specified server.
You can also configure it by scanning a QR code.
You can also configure it by scanning a QR code. To generate the QR Code, use the following format (change the `host` and `key` values to your own):
```nolang
config={"host": "xxx", "key": "xxx"}
```
Then go to an [Online QR Code Generator](https://www.qr-code-generator.com/) and paste in the code above.
The picture below is a screenshot of Android. If it is iOS, please check top-right menu on the home page.
![](/docs/en/manual/mobile/images/id_setting_en.jpg?width=300px)