1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

fix(greeter): Dup crash handlers

This commit is contained in:
purian23
2026-03-11 17:13:46 -04:00
committed by bbedward
parent 62c2e858ef
commit 9e079f8a4b

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