We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c65967 commit 4bb3339Copy full SHA for 4bb3339
src/lib/ui/settings/patches/tabs.tsx
@@ -2,7 +2,7 @@ import { after } from "@lib/api/patcher";
2
import { TableRow } from "@metro/common/components";
3
import { findByNameLazy, findByPropsLazy } from "@metro/wrappers";
4
import { registeredSections } from "@ui/settings";
5
-
+import { Strings } from "@core/i18n";
6
import { CustomPageRenderer, wrapOnPress } from "./shared";
7
import { findInReactTree } from "@lib/utils";
8
@@ -117,4 +117,4 @@ export function patchTabsUI(unpatches: (() => void | boolean)[]) {
117
});
118
}));
119
}
120
-};
+};
0 commit comments