mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-07 05:58:28 -04:00
greeter: update success message
This commit is contained in:
@@ -1989,7 +1989,7 @@ Item {
|
|||||||
authTimeout.stop();
|
authTimeout.stop();
|
||||||
passwordFailureCount = 0;
|
passwordFailureCount = 0;
|
||||||
clearAuthFeedback();
|
clearAuthFeedback();
|
||||||
authSuccessMessage = I18n.tr("Authenticated - starting session");
|
authSuccessMessage = I18n.tr("Authenticated!");
|
||||||
const sessionCmd = GreeterState.selectedSession || GreeterState.sessionExecs[GreeterState.currentSessionIndex];
|
const sessionCmd = GreeterState.selectedSession || GreeterState.sessionExecs[GreeterState.currentSessionIndex];
|
||||||
const sessionPath = GreeterState.selectedSessionPath || GreeterState.sessionPaths[GreeterState.currentSessionIndex];
|
const sessionPath = GreeterState.selectedSessionPath || GreeterState.sessionPaths[GreeterState.currentSessionIndex];
|
||||||
const sessionDesktopId = GreeterState.selectedSessionDesktopId || GreeterState.sessionDesktopIds[GreeterState.currentSessionIndex] || desktopIdFromPath(sessionPath);
|
const sessionDesktopId = GreeterState.selectedSessionDesktopId || GreeterState.sessionDesktopIds[GreeterState.currentSessionIndex] || desktopIdFromPath(sessionPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user