Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelix1 authored Feb 29, 2024
1 parent 726d452 commit cb5466c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions plugins/antied/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ export default () => {
(storage?.log?.length > 0) && (<>
<FormRow
label="Clear Logs"
trailing={<FormRow.Icon source={getAssetIDByName("ic_trash_24px")} />}
leading={<FormRow.Icon source={getAssetIDByName("ic_trash_24px")} />}
trailing={FormRow.Arrow}
onPress={() => {
dialog.show({
title: "Clear logs",
Expand All @@ -280,17 +281,6 @@ export default () => {
/>
</>)
}
<FormRow
label="Clear Logs"
leading={<FormRow.Icon source={getAssetIDByName("ic_audit_log_24px")} />}
trailing={FormRow.Arrow}
onPress={() =>
navigation.push("VendettaCustomPage", {
title: "Antied Logging Page",
render: () => <LogPage/>,
})
}
/>

<FormRow
label='Customization'
Expand Down

0 comments on commit cb5466c

Please sign in to comment.