diff --git a/quickshell/Modules/Settings/GreeterTab.qml b/quickshell/Modules/Settings/GreeterTab.qml index 299da9c7..73a79376 100644 --- a/quickshell/Modules/Settings/GreeterTab.qml +++ b/quickshell/Modules/Settings/GreeterTab.qml @@ -21,7 +21,6 @@ Item { SettingsData.refreshAuthAvailability(); } - Component.onCompleted: refreshAuthDetection() onVisibleChanged: { if (visible) refreshAuthDetection(); @@ -167,6 +166,7 @@ Item { } Component.onCompleted: { + refreshAuthDetection(); Qt.callLater(enumerateFonts); Qt.callLater(checkGreeterInstallState); }