mirror of
https://github.com/cytodev/LightDMMock.git
synced 2024-11-24 23:19:49 +01:00
Merged release/1.1.0 into dev
This commit is contained in:
commit
75d13b9ae5
@ -15,6 +15,9 @@
|
|||||||
* var LightDMMock = LightDMMock || {};
|
* var LightDMMock = LightDMMock || {};
|
||||||
* window.lightdm = new LightDMMock(autofill, timeout, autoGuest);
|
* window.lightdm = new LightDMMock(autofill, timeout, autoGuest);
|
||||||
* }
|
* }
|
||||||
|
* If you want to use the .face images don't forget to add the path to
|
||||||
|
* LightDMMock/src to the image src. The users.json file has absolute paths
|
||||||
|
* like you would expect on a real filesystem.
|
||||||
*
|
*
|
||||||
* @param {boolean} autofill [wether or not the arrays for users, languages,
|
* @param {boolean} autofill [wether or not the arrays for users, languages,
|
||||||
* layouts, and sessions need to be filled with mock
|
* layouts, and sessions need to be filled with mock
|
||||||
@ -29,7 +32,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
function LightDMMock(autofill, timeout, autoGuest) {
|
function LightDMMock(autofill, timeout, autoGuest) {
|
||||||
window.checkForUpdate("v1.0.0");
|
window.checkForUpdate("v1.1.0");
|
||||||
|
|
||||||
// see <https://github.com/Antergos/web-greeter/blob/before-python/src/webkit2-extension.c#L1470-L1504>
|
// see <https://github.com/Antergos/web-greeter/blob/before-python/src/webkit2-extension.c#L1470-L1504>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user