Populate users and sessions on greeter ready
This commit is contained in:
parent
a4bf3915dc
commit
e9c3e5213a
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ async function initGreeter(){
|
|||
}
|
||||
setHostname();
|
||||
connectPowerActions();
|
||||
populateSessions();
|
||||
populateUsers();
|
||||
}
|
||||
|
||||
window.addEventListener("GreeterReady", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue