mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 00:32:17 -04:00
greeter: try to fix random nixos issue
This commit is contained in:
@@ -132,7 +132,7 @@ Item {
|
||||
function onLastSuccessfulUserChanged() {
|
||||
applyLastSuccessfulUser();
|
||||
}
|
||||
function onLastSessionIdChanged() {
|
||||
function onMemoryReadyChanged() {
|
||||
finalizeSessionSelection();
|
||||
}
|
||||
}
|
||||
@@ -1030,6 +1030,8 @@ Item {
|
||||
function finalizeSessionSelection() {
|
||||
if (GreeterState.sessionList.length === 0)
|
||||
return;
|
||||
if (!GreetdMemory.memoryReady)
|
||||
return;
|
||||
|
||||
const savedSession = GreetdMemory.lastSessionId;
|
||||
if (savedSession) {
|
||||
|
||||
Reference in New Issue
Block a user