Skip to content

quicksettings: add hotspot quicksetting

Yari Polla requested to merge work/add-hotspot-quicksetting into master

Hi, this MR adds a hotspot quick setting.
Fix #234 (closed)


At the moment, this setting is only capable to tell whether the hotspot is active or not, but I think it would be nice to show the SSID instead of On/Off, in the future.
To do so, we would need a centralised object to retrieve hotspot and wifi connection names.
As far as I've seen, one simple way to achieve that consists in creating a new type with two properties, containing related SSIDs, in plasma-nm.
That would also fix #237 (closed), since we would be able to show only the relevant connection name.

I've played a bit with this and, for what I see, these two branches should make it up. I post them here just to avoid messing up merge requests pages with potentially useless work.
If you think that this could be a viable option, I can open a MR.
https://invent.kde.org/plasma/plasma-mobile/-/commits/work/plasma-nm-test
https://invent.kde.org/plasma/plasma-nm/-/commits/work/add-wifi-and-hotspot-ssid-props

Merge request reports