Skip to content

Commit

Permalink
Merge branch 'master' into debug-detail
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc authored May 22, 2022
2 parents 962c231 + 67f9cba commit 7f524d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ With GSConnect you can securely connect to mobile devices and other desktops to:
Please see the **[Wiki][wiki]** for more information about
**[Features][features]** and **[Help][help]**.

[<img src="https://raw.githubusercontent.com/andyholmes/gnome-shell-extensions-badge/master/get-it-on-ego.svg?sanitize=true" alt="Get it on GNOME Extensions" height="100" align="middle">][ego] [<img alt="Available in the Chrome Web Store" src="https://storage.googleapis.com/chrome-gcs-uploader.appspot.com/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png" align="middle" hspace="12"/>][chrome] [<img src="https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_1.png" alt="Get the Add-On" align="middle">][firefox]
[<img src="https://raw.githubusercontent.com/andyholmes/gnome-shell-extensions-badge/master/get-it-on-ego.svg?sanitize=true" alt="Get it on GNOME Extensions" height="100" align="middle">][ego] [<img alt="Available in the Chrome Web Store" src="https://storage.googleapis.com/chrome-gcs-uploader.appspot.com/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png" align="middle" hspace="12"/>][chrome] [<img src="https://ffp4g1ylyit3jdyti1hqcvtb-wpengine.netdna-ssl.com/addons/files/2015/11/get-the-addon.png" alt="Get the Add-On" align="middle">][firefox]

[ego]: https://extensions.gnome.org/extension/1319/gsconnect/
[chrome]: https://chrome.google.com/webstore/detail/gsconnect/jfnifeihccihocjbfcfhicmmgpjicaec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
</description>

<releases>
<release version="50" date="2022-03-19">
<url>https://github.com/GSConnect/gnome-shell-extension-gsconnect/releases/tag/v50</url>
</release>
<release version="49" date="2022-03-19">
<url>https://github.com/GSConnect/gnome-shell-extension-gsconnect/releases/tag/v49</url>
</release>
<release version="48" date="2021-10-03">
<url>https://github.com/GSConnect/gnome-shell-extension-gsconnect/releases/tag/v48</url>
</release>
Expand Down
4 changes: 1 addition & 3 deletions src/service/plugins/connectivity_report.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ var Plugin = GObject.registerClass({
return 'network-cellular-gprs-symbolic';
else if (this.network_type === 'HSPA')
return 'network-cellular-hspa-symbolic';
// FIXME: No icon for this!
// https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/114
else if (this.network_type === '5G')
return 'network-cellular-symbolic';
return 'network-cellular-5g-symbolic';

return 'network-cellular-symbolic';
}
Expand Down

0 comments on commit 7f524d9

Please sign in to comment.