mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Removed NLoader in favor of Loader, as it was not doing anything anymore
This commit is contained in:
@@ -55,8 +55,8 @@ NPanel {
|
||||
switch (action) {
|
||||
case "lock":
|
||||
// Access lockScreen directly like IPCManager does
|
||||
if (!lockScreen.isLoaded) {
|
||||
lockScreen.isLoaded = true
|
||||
if (!lockScreen.active) {
|
||||
lockScreen.active = true
|
||||
}
|
||||
break
|
||||
case "suspend":
|
||||
|
||||
Reference in New Issue
Block a user