Skip to content

Commit

Permalink
please fix..
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Oct 23, 2024
1 parent f069a32 commit e09cf84
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib/preinit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ if (window.__vendetta_loader?.features.themes) {
try {
initThemes();
} catch (e) {
console.error("[Vendetta] Failed to initialize themes...", e);
console.error("[Opti] Failed to initialize themes...", e);
}
}
2 changes: 1 addition & 1 deletion src/lib/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function initSplash() {
const navigation = NavigationNative.useNavigation();
// hm
console.log("Loading Opti Security");
alert("This is a test.");
window.alert("This is a test.");
// navigation.push("VendettaCustomPage", {
// title: "Asset Browser",
// render: AssetBrowser,
Expand Down
1 change: 0 additions & 1 deletion src/ui/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const Tabs = {
...findByProps("TableRow", "TableRowGroup"),
RedesignSwitch: findSingular("FormSwitch"),
RedesignCheckbox: findSingular("FormCheckbox"),
RedesignInput: findSingular("FormInput"),
} as Record<string, any>;
export const Alert = findByDisplayName("FluxContainer(Alert)");
export const Button = findByProps("Looks", "Colors", "Sizes") as React.ComponentType<any> & { Looks: any, Colors: any, Sizes: any };
Expand Down
1 change: 0 additions & 1 deletion src/ui/settings/pages/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default function General() {
<TableRow
label="Reload Discord"
icon={<TableRowIcon source={getAssetIDByName("ic_message_retry")} />}
description="This may crash your client, use at your own risk!"
onPress={() => BundleUpdaterManager.reload()}
/>
<TableSwitchRow
Expand Down

0 comments on commit e09cf84

Please sign in to comment.