diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | sample_configuration/pvs2.ini | 1 |
2 files changed, 0 insertions, 5 deletions
@@ -16,10 +16,6 @@ A sample configuration can be found in `sample_configuration`. * allowClientQuit: If set to true, users can shut down the client by clicking on "Quit" in the toolbar of pvsclient. -* showLockDesktopButton: If set to true there will be a button "Lock" that when - clicks calls the script "lockDesktop.sh". - - #### Room settings A room section represents a physical or virtual room where clients are placed on defined positions. Viable configuration options are: diff --git a/sample_configuration/pvs2.ini b/sample_configuration/pvs2.ini index 34924fc..baa419f 100644 --- a/sample_configuration/pvs2.ini +++ b/sample_configuration/pvs2.ini @@ -10,7 +10,6 @@ [General] rooms=-100, -101, -113, -114 allowClientQuit=True -showLockDesktopButton=True ; A room ; mgrIP is the IP of th instructor's PC |