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:
Terry Michaels
2021-06-29 14:00:11 -05:00
committed by GitHub
parent e1f6d45b04
commit 149863c527
37 changed files with 52 additions and 52 deletions
@@ -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'
}