diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-12-06 19:36:10 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-12-06 19:36:10 +0200 |
commit | e7b4e046e25bd296248998586cf6d30d5b774e33 (patch) | |
tree | 85ac1d1ae65762c0d8e8a2524d484c89518b5b0f /indra/newview | |
parent | 5f8391147dc6977640eb9986a5ba836e2702747e (diff) |
SL-12456 Disable NSWindowIsRestorable to avoid crashing
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/SecondLife.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/SecondLife.xib b/indra/newview/SecondLife.xib index ef25c648a7..fbff8fe307 100644 --- a/indra/newview/SecondLife.xib +++ b/indra/newview/SecondLife.xib @@ -340,7 +340,7 @@ <string key="NSMaxSize">{10000000000000, 10000000000000}</string> <string key="NSFrameAutosaveName">Second Life</string> <int key="NSWindowCollectionBehavior">128</int> - <bool key="NSWindowIsRestorable">YES</bool> + <bool key="NSWindowIsRestorable">NO</bool> </object> <object class="NSWindowTemplate" id="979091056"> <int key="NSWindowStyleMask">31</int> |