Skip to content

Commit

Permalink
Moar fixes for runtime settings (#4417)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Jan 28, 2025
1 parent 74c2f6f commit 27d5dcb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions lib/plugins/html/templates/settings.pug
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,12 @@ block content
tr
td Wifi
td #{android.wifi}
if get(options, 'browsertime.android.gnirehtet') !== undefined
tr
td Using gnirehtet
td Yes
if get(options, 'browsertime.android.rooted') !== undefined
tr
td Rooted phone
td Yes
tr
td Using gnirehtet
td #{get(options, 'browsertime.android.gnirehtet')}
tr
td Rooted phone
td #{get(options, 'browsertime.android.rooted')}
if android.batteryTemperature
tr
td Battery temperature
Expand Down

0 comments on commit 27d5dcb

Please sign in to comment.