diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-13 14:41:14 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-13 14:41:14 -0500 |
| commit | 1da9c68be8f336a671f9514cf5feaaf5998da981 (patch) | |
| tree | 411bc8f03ff86a2b1fadb800708e4a63982cfe5d /modules/controlcenter/network/WirelessList.qml | |
| parent | cleanup: trailing whitespace (diff) | |
| download | caelestia-shell-1da9c68be8f336a671f9514cf5feaaf5998da981.tar.gz caelestia-shell-1da9c68be8f336a671f9514cf5feaaf5998da981.tar.bz2 caelestia-shell-1da9c68be8f336a671f9514cf5feaaf5998da981.zip | |
cleanup: trailing whitespace removeal (entire project)
Diffstat (limited to 'modules/controlcenter/network/WirelessList.qml')
| -rw-r--r-- | modules/controlcenter/network/WirelessList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/network/WirelessList.qml b/modules/controlcenter/network/WirelessList.qml index f861db4..ca6947a 100644 --- a/modules/controlcenter/network/WirelessList.qml +++ b/modules/controlcenter/network/WirelessList.qml @@ -230,7 +230,7 @@ ColumnLayout { if (network.isSecure) { // Check if we have a saved connection profile for this network (by SSID) const hasSavedProfile = Network.hasSavedProfile(network.ssid); - + if (hasSavedProfile) { // Try connecting with saved password - don't show dialog if it fails // The saved password should work, but if connection fails for other reasons, |