diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-07-16 20:40:35 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-07-16 23:41:54 +0300 |
commit | 211b6c65fd12fef6d643408f6b40be7c3ab8aff0 (patch) | |
tree | 4e5c3123606204782858bd03f307c57b9c323564 /indra/newview/app_settings | |
parent | dcd9d368c2633576d9d3896c075d25346e818883 (diff) |
#4337 Full Screen debug setting on MacOS results in a black screen
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 5a185a665d..acaeb40cf5 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13742,7 +13742,7 @@ <key>FullScreen</key> <map> <key>Comment</key> - <string>run a fullscreen session</string> + <string>Run a fullscreen session. MacOS not supported</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |