Do not call initializeActions()

They are not displayed anyway, so dont try to initalize them which currently produces an error message. Fixes #66.
This commit is contained in:
Philip Waritschlager 2019-06-25 15:04:08 +02:00 committed by GitHub
parent afbda18870
commit a22a47bb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
})();
})();