Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Nov 19, 2024
1 parent 26f5db5 commit c609ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add .
git commit -m "Build $GITHUB_SHA" || exit 0
git commit -m "[Dev] Build $GITHUB_SHA" || exit 0
git push
- name: Purge CDN cache
Expand Down
2 changes: 1 addition & 1 deletion src/ui/settings/pages/Developer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default function Developer() {
/>
<TableSwitchRow
label="Enable Post Loader"
subLabel="Bootleg balling rn"
subLabel="Settings menu that shows after Opti has loaded."
icon={<TableRowIcon source={getAssetIDByName("ic_add_circle")} />}
value={settings.postLoader}
onValueChange={(v: boolean) => {
Expand Down

0 comments on commit c609ddd

Please sign in to comment.