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

View File

@ -18,7 +18,7 @@ export function Settings() {
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);