diff --git a/client/.env b/client/.env
index 18588d56..036129f1 100644
--- a/client/.env
+++ b/client/.env
@@ -1 +1 @@
-REACT_APP_VERSION=1.5.2
\ No newline at end of file
+REACT_APP_VERSION=1.6.0
\ No newline at end of file
diff --git a/client/src/components/Settings/OtherSettings/OtherSettings.tsx b/client/src/components/Settings/OtherSettings/OtherSettings.tsx
index ebfe6422..199e9ff6 100644
--- a/client/src/components/Settings/OtherSettings/OtherSettings.tsx
+++ b/client/src/components/Settings/OtherSettings/OtherSettings.tsx
@@ -5,7 +5,7 @@ import { connect } from 'react-redux';
import { createNotification, updateConfig, sortApps, sortCategories } from '../../../store/actions';
// Typescript
-import { GlobalState, NewNotification, SettingsForm } from '../../../interfaces';
+import { GlobalState, NewNotification, Query, SettingsForm } from '../../../interfaces';
// UI
import InputGroup from '../../UI/Forms/InputGroup/InputGroup';
@@ -16,6 +16,7 @@ import classes from './OtherSettings.module.css';
// Utils
import { searchConfig } from '../../../utility';
+import { queries } from '../../../utility/searchQueries.json';
interface ComponentProps {
createNotification: (notification: NewNotification) => void;
@@ -144,6 +145,17 @@ const OtherSettings = (props: ComponentProps): JSX.Element => {
+
+
+
+
+
{/* MODULES OPTIONS */}
Modules
@@ -194,24 +207,6 @@ const OtherSettings = (props: ComponentProps): JSX.Element => {
-
-
-
-