Integrate managed lock screen recovery
This commit is contained in:
@@ -46,6 +46,8 @@ ShellRoot {
|
||||
SystemSettings.reloadKeybinds = function() { root.recordReset("keybinds.reload"); };
|
||||
SystemSettings.keybindsReloading = function() { return false; };
|
||||
SystemSettings.applyWallpaper = function(path) { root.recordReset("wallpaper.set:" + path); };
|
||||
SystemSettings.regenerateLock = function() { root.recordReset("lock.regenerate"); };
|
||||
SystemSettings.lockBusy = function() { return false; };
|
||||
}
|
||||
|
||||
IpcHandler {
|
||||
|
||||
Reference in New Issue
Block a user