Enable/Disable Wireguard tunnels
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
13 | Active |
12 | Active |
11 | Active |
10 | Inactive |
9 | Inactive |
8 | Rejected |
7 | Rejected |
6 | Active |
5 | Active |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Rejected |
1. Bad schema id and xml file name: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#gsettings-schemas 2. You cannot import gtk in extension.js (line 25 extension.js). 3. Fix the indentation in prefs.js: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#general-advice 4. What's the reason for using timeout after spawn command (line 91 prefs.js)? That's not async spawn. Why are you delaying the update with a timeout?