Skip to content

Commit

Permalink
Merge pull request #109 from alunux/fix-settings-info
Browse files Browse the repository at this point in the history
bevel.js: update the info panel name (GNOME >= 3.26)
  • Loading branch information
herpiko authored Mar 29, 2018
2 parents efa53d9 + d73518a commit ec4181f
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 ec4181f

Please sign in to comment.