Retrieving data from preferences

Signed-off-by: igarri <igarri@amazon.com>
This commit is contained in:
igarri
2021-06-21 13:18:51 +01:00
parent 5d6ab2699c
commit c061802ab0
6 changed files with 21 additions and 13 deletions
+5
View File
@@ -1205,3 +1205,8 @@ AzToolsFramework::ConsoleColorTheme SEditorSettings::GetConsoleColorTheme() cons
{
return consoleBackgroundColorTheme;
}
int SEditorSettings::GetMaxNumberOfItemsShownInSearchView() const
{
return SEditorSettings::numberOfItemsShownInSearch;
}