This commit is contained in:
piradata 2024-05-30 02:15:21 -03:00
parent 9308982eaa
commit 8543aecda8

View File

@ -16,9 +16,9 @@ export function Settings() {
const dispatch = useAppDispatch(); const dispatch = useAppDispatch();
const categories = [ const categories = [
{name: t("general"), component: SettingsGeneral}, { name: t("general"), component: SettingsGeneral },
{name: t("behavior"), component: SettingsBehavior}, { name: t("behavior"), component: SettingsBehavior },
{name: "Real-Debrid", component: SettingsRealDebrid} { name: "Real-Debrid", component: SettingsRealDebrid },
]; ];
const [currentCategoryIndex, setCurrentCategoryIndex] = useState(0); const [currentCategoryIndex, setCurrentCategoryIndex] = useState(0);