Skip to content

Commit

Permalink
bevel.js: update the info panel name (GNOME >= 3.26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alunux committed Mar 25, 2018
1 parent 6ab1a95 commit d73518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/js/bevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function RunSound() {
Utils.run_command("gnome-control-center sound");
}
function RunInfo() {
Utils.run_command("gnome-control-center info");
Utils.run_command("gnome-control-center info-overview");
}
function RunBluetooth() {
Utils.run_command("gnome-control-center bluetooth");
Expand Down

0 comments on commit d73518a

Please sign in to comment.