mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-31 01:24:36 +02:00
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:
parent
afbda18870
commit
a22a47bb3a
@ -215,7 +215,7 @@ function handleFocus() {
|
|||||||
// Load the list of users
|
// Load the list of users
|
||||||
initializeUsers();
|
initializeUsers();
|
||||||
// Load actions (suspend, reboot, shutdown, etc.)
|
// Load actions (suspend, reboot, shutdown, etc.)
|
||||||
initializeActions();
|
// initializeActions();
|
||||||
// Handle focusing
|
// Handle focusing
|
||||||
handleFocus();
|
handleFocus();
|
||||||
})();
|
})();
|
Loading…
x
Reference in New Issue
Block a user