Populate users and sessions on greeter ready

This commit is contained in:
Jakub Nowak 2025-02-09 20:10:50 +08:00
parent a4bf3915dc
commit e9c3e5213a

View file

@ -4,6 +4,8 @@ async function initGreeter(){
}
setHostname();
connectPowerActions();
populateSessions();
populateUsers();
}
window.addEventListener("GreeterReady", () => {