This extension add a switch to the WiFi menu, in the GNOME system menu, that show a QR Code of the active connection. This can be useful for quickly connecting devices capable of reading QR Code and applying the settings to the system, without having to type in the name and the password of the WiFi. (e.g. Android Smartphone). From version 4 added a functionality to copy the QR Code to clipboard with right click on it.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2.3.0 (16) | Active |
2.2.0 (15) | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Rejected |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
1. What's the reason for not doing this instead (line 40 QrCode.js)? ```js import Cairo from 'cairo'; ``` 2. Use `TextDecoder` instead of `ByteArray` (line 41 QrCode.js).
1. there is no reason, is a typo. 2. fixed, now use TextDecoder. If you reject this i upload a new fixed version.