Skip to content

Commit

Permalink
add fix as described in issue paradoxxxzero#749
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonic committed Dec 27, 2022
1 parent 820efd5 commit ea37cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system-monitor@paradoxxx.zero.gmail.com/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -2448,7 +2448,7 @@ function enable() {
Main.__sm.elts.push(new Gpu());
Main.__sm.elts.push(new Thermal());
Main.__sm.elts.push(new Fan());
Main.__sm.elts.push(new Battery());
// Main.__sm.elts.push(new Battery());

let tray = Main.__sm.tray;
let elts = Main.__sm.elts;
Expand Down
2 changes: 1 addition & 1 deletion system-monitor@paradoxxx.zero.gmail.com/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"shell-version": ["3.26", "3.28", "3.30", "3.32", "3.34", "3.36", "40", "41", "42"],
"shell-version": ["3.26", "3.28", "3.30", "3.32", "3.34", "3.36", "40", "41", "42", "43"],
"uuid": "system-monitor@paradoxxx.zero.gmail.com",
"name": "system-monitor",
"url": "https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet",
Expand Down

0 comments on commit ea37cf0

Please sign in to comment.