Removed Other settings component

This commit is contained in:
Stela Augustinova
2025-12-01 16:10:30 +01:00
parent 2b055c028c
commit 5e193c1725
3 changed files with 26 additions and 72 deletions

View File

@@ -11,7 +11,6 @@
import DefaultActionsSettings from "../settings/DefaultActionsSettings.svelte";
import BehaviourSettings from "../settings/BehaviourSettings.svelte";
import ExternalToolsSettings from "../settings/ExternalToolsSettings.svelte";
import OtherSettings from "../settings/OtherSettings.svelte";
import LicenseSettings from "../settings/LicenseSettings.svelte";
import { isProApp } from "../utility/proTools";
import { _t } from "../translations";
@@ -100,13 +99,6 @@
props: {},
testid: 'settings-ai',
},
{
label: _t('settings.other', { defaultMessage: 'Other' }),
identifier: 'other',
component: OtherSettings,
props: {},
testid: 'settings-other',
},
];
</script>