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:
@@ -211,7 +211,7 @@ public:
|
||||
ToolbarManager::ToolbarManager(ActionManager* actionManager, MainWindow* mainWindow)
|
||||
: m_mainWindow(mainWindow)
|
||||
, m_actionManager(actionManager)
|
||||
, m_settings("amazon", "O3DE")
|
||||
, m_settings("O3DE", "O3DE")
|
||||
, m_expanderWatcher(new AmazonToolBarExpanderWatcher())
|
||||
{
|
||||
// Note that we don't actually save/load from AmazonToolbar::List
|
||||
|
||||
Reference in New Issue
Block a user