Removed Amazon as Company for QSettings (#1649)
* Removed Amazon as Company for QSettings Signed-off-by: Terry Michaels <miterenc@amazon.com>
This commit is contained in:
@@ -14,12 +14,12 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
layout = {
|
||||
'path': r'Software\Amazon\O3DE\Editor\fancyWindowLayouts',
|
||||
'path': r'Software\O3DE\O3DE\Editor\fancyWindowLayouts',
|
||||
'value': 'last'
|
||||
}
|
||||
restore_camera = {
|
||||
'new': 16384,
|
||||
'path': r'Software\Amazon\Lumberyard\Editor\AutoHide',
|
||||
'path': r'Software\O3DE\O3DE\Editor\AutoHide',
|
||||
'value': 'ViewportCameraRestoreOnExitGameMode'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user