Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
NGnius committed May 3, 2022
2 parents 733681a + 480c5dd commit 312b35f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
await updateBatteryStats();
// this is unimportant; always do it last
await updateVersion();
window.setInterval(function() {updateBatteryStats().then(_ => {})}, 5000);
}

async function setCPUNotch(index) {
Expand Down Expand Up @@ -485,7 +486,7 @@
<div class="quickaccesscontrols_PanelSectionRow_3LM_Z">
<div class="gamepaddialog_Field_eKmEX gamepaddialog_WithFirstRow_2bDqk gamepaddialog_InlineWrapShiftsChildrenBelow_3LCXh gamepaddialog_StandardPadding_xIITX gamepaddialog_HighlightOnFocus_2HFrm Panel Focusable" style="--indent-level:0;padding-left:0px;padding-right:0px;">
<div class="gamepaddialog_FieldLabelRow_2VcTl">
<div class="gamepaddialog_FieldLabel_3jMlJ">Now (Charge%)</div>
<div class="gamepaddialog_FieldLabel_3jMlJ">Now (Charge)</div>
<div class="gamepaddialog_FieldChildren_2rhav">
<div class="gamepaddialog_LabelFieldValue_3pteV" id="batCapacityNow"> :'( (|-_-|) </div>
</div>
Expand All @@ -495,7 +496,7 @@
<div class="quickaccesscontrols_PanelSectionRow_3LM_Z">
<div class="gamepaddialog_Field_eKmEX gamepaddialog_WithFirstRow_2bDqk gamepaddialog_InlineWrapShiftsChildrenBelow_3LCXh gamepaddialog_WithBottomSeparator_3YKpU gamepaddialog_StandardPadding_xIITX gamepaddialog_HighlightOnFocus_2HFrm Panel Focusable" style="--indent-level:0;padding-left:0px;padding-right:0px;">
<div class="gamepaddialog_FieldLabelRow_2VcTl">
<div class="gamepaddialog_FieldLabel_3jMlJ">Max (Health%)</div>
<div class="gamepaddialog_FieldLabel_3jMlJ">Max (Design)</div>
<div class="gamepaddialog_FieldChildren_2rhav">
<div class="gamepaddialog_LabelFieldValue_3pteV" id="batCapacityFull"> 9000+ (420%) </div>
</div>
Expand Down

0 comments on commit 312b35f

Please sign in to comment.