Merge pull request #72 from phil294/master

Do not call initializeActions()
This commit is contained in:
grassmunk 2019-06-26 09:07:05 -07:00 committed by GitHub
commit 1874821b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ function handleFocus() {
// Load the list of users
initializeUsers();
// Load actions (suspend, reboot, shutdown, etc.)
initializeActions();
// initializeActions();
// Handle focusing
handleFocus();
})();
})();