Skip to content

Commit

Permalink
ahhhhhhhhhhhhhhhhhhhhhhhhh fml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed May 15, 2024
1 parent 569ca95 commit 94d980e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Android/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#built application files
*.apk
*.abb
*.aab
*.ap_

# files for the dex VM
Expand Down
4 changes: 2 additions & 2 deletions Website/src/activitys/SettingsActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ function SettingsActivity() {
<Switch
edge="end"
onChange={(e) => {
setSettings("term_scroll_bottom", e.target.checked);
setSettings("print_terminal_error", e.target.checked);
}}
checked={settings.term_scroll_bottom}
checked={settings.print_terminal_error}
/>
</ListItem>
<ListPickerItem
Expand Down

0 comments on commit 94d980e

Please sign in to comment.