We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d785f14 commit add81deCopy full SHA for add81de
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
@@ -110,4 +110,4 @@ export function patchTabsUI(unpatches: (() => void | boolean)[]) {
110
});
111
}));
112
}
113
-};
+};
0 commit comments