File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" ;
41import { findByProps } from "./metro/filters" ;
52import { Tabs } from "@/ui/components" ;
63import { 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 } ,
You can’t perform that action at this time.
0 commit comments