Skip to content

Commit 8e2f275

Browse files
committed
chore
1 parent 2b9b798 commit 8e2f275

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/lib/badge/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function initBadges() {
8787
if (value?.supporter) {
8888
pushBadge({
8989
name: "Opti Supporter",
90-
image: "https://raw.githubusercontent.com/Opti-mod/assets/main/BadgeSupporter.PNG",
90+
image: "https://raw.githubusercontent.com/Opti-mod/assets/main/BadgeSupporter.png",
9191
});
9292
}
9393
break;

src/lib/security.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import AssetBrowser from "@/ui/settings/pages/AssetBrowser";
2-
import Developer from "@/ui/settings/pages/Developer";
3-
import { ReactNative as RN, NavigationNative } from "@metro/common";
41
import { findByProps } from "./metro/filters";
52
import { Tabs } from "@/ui/components";
63
import { showToast } from "@/ui/toasts";
@@ -18,7 +15,7 @@ export function initSplash() {
1815
},
1916
options: [
2017
{ label: "Toggle Safe Mode", onPress: (o : boolean) => {
21-
window.vendetta.settings.safeMode?.enabled == o;
18+
window.vendetta.settings.safeMode?.enabled == true; // or switch to o
2219
showToast("Loading Opti in safe mode.");
2320
}
2421
},

0 commit comments

Comments
 (0)