Skip to content

Commit

Permalink
Handle missing settings (#4420)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Jan 29, 2025
1 parent 49ba029 commit d9a0fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/html/templates/settings.pug
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ block content
td #{android.wifi}
tr
td Using gnirehtet
td #{get(options, 'browsertime.android.gnirehtet')}
td #{get(options, 'browsertime.android.gnirehtet', 'No')}
tr
td Rooted phone
td #{get(options, 'browsertime.android.rooted')}
td #{get(options, 'browsertime.android.rooted', 'No')}
if android.batteryTemperature
tr
td Battery temperature
Expand Down

0 comments on commit d9a0fbf

Please sign in to comment.