diff options
author | Jonathan Bauer | 2016-07-13 15:52:50 +0200 |
---|---|---|
committer | Jonathan Bauer | 2016-07-13 15:52:50 +0200 |
commit | 91ca874f839665a436e4f75181f9ea601903fafa (patch) | |
tree | c6e2293496879e6204ce69a4fa30ae50d6c88afe /sample_configuration | |
parent | added missing 'showLockDesktopButton' option in sample configuration file (diff) | |
download | pvs2-91ca874f839665a436e4f75181f9ea601903fafa.tar.gz pvs2-91ca874f839665a436e4f75181f9ea601903fafa.tar.xz pvs2-91ca874f839665a436e4f75181f9ea601903fafa.zip |
extended commentaries for sample configuration file
Diffstat (limited to 'sample_configuration')
-rw-r--r-- | sample_configuration/pvs2.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample_configuration/pvs2.ini b/sample_configuration/pvs2.ini index 5b864ed..34924fc 100644 --- a/sample_configuration/pvs2.ini +++ b/sample_configuration/pvs2.ini @@ -5,6 +5,8 @@ ; Configuration dialog" ; 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, users can lock their desktop by +; clicking on "Lock" in the toolbar of pvsclient. [General] rooms=-100, -101, -113, -114 allowClientQuit=True |