pegasus-frontend icon indicating copy to clipboard operation
pegasus-frontend copied to clipboard

network detection api

Open ElectronicRave opened this issue 1 year ago • 1 comments

It would be possible to have a complex API, just to detect the state of being connected or not to a network. to be able to display a status icon on the interface?

ElectronicRave avatar Jul 24 '24 01:07 ElectronicRave

Hi, this technically seems to be possible, but requires some work, as different Qt versions seem to have different methods for accessing this information. (Note to self: https://doc.qt.io/qt-6/qnetworkinformation.html)

mmatyas avatar Jul 24 '24 08:07 mmatyas