diff options
| author | callum <none@none> | 2010-10-07 12:08:03 -0700 |
|---|---|---|
| committer | callum <none@none> | 2010-10-07 12:08:03 -0700 |
| commit | dd2eff8da2b2508d5fc46492147e015d2455f957 (patch) | |
| tree | bfae6ad41199479b578301a3c2ca7e749c18cdea /indra/newview/app_settings | |
| parent | 01b28ddf5ddc7118bc8b2047d899aee0293a8721 (diff) | |
EXP-167: Quit On Login Page Activated - viewer code /default setting
Diffstat (limited to 'indra/newview/app_settings')
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index d5cfc11c2c..142378b540 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -6535,6 +6535,17 @@ <key>Value</key> <real>0.0</real> </map> + <key>QuitOnLoginActivated</key> + <map> + <key>Comment</key> + <string>Quit if login page is activated (used when auto login is on and users must not be able to login manually)</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <integer>0</integer> + </map> <key>RadioLandBrushAction</key> <map> <key>Comment</key> |
