1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

fix(greeter): Dup crash handlers

This commit is contained in:
purian23
2026-03-11 17:13:46 -04:00
parent 9f2518c9e1
commit 95c4aa9e4c

View File

@@ -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);
}