1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

greeter: update success message

(cherry picked from commit 3cd52ca327)
This commit is contained in:
purian23
2026-07-14 20:01:06 -04:00
parent 6b70491ba9
commit 8b46397200
+1 -1
View File
@@ -1989,7 +1989,7 @@ Item {
authTimeout.stop();
passwordFailureCount = 0;
clearAuthFeedback();
authSuccessMessage = I18n.tr("Authenticated - starting session");
authSuccessMessage = I18n.tr("Authenticated!");
const sessionCmd = GreeterState.selectedSession || GreeterState.sessionExecs[GreeterState.currentSessionIndex];
const sessionPath = GreeterState.selectedSessionPath || GreeterState.sessionPaths[GreeterState.currentSessionIndex];
const sessionDesktopId = GreeterState.selectedSessionDesktopId || GreeterState.sessionDesktopIds[GreeterState.currentSessionIndex] || desktopIdFromPath(sessionPath);