diff --git a/system/js/bevel.js b/system/js/bevel.js index 98583a0..2adda4d 100755 --- a/system/js/bevel.js +++ b/system/js/bevel.js @@ -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");