Skip to content

Commit

Permalink
power applet: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jan 7, 2025
1 parent 256ad2f commit d220706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class CinnamonPowerApplet extends Applet.TextIconApplet {
</interface>
</node>`;
let PowerProfilesProxy = Gio.DBusProxy.makeProxyWrapper(PowerProfilesInterface);
this._profilesProxy = new PowerProfilesProxy(Gio.DBus.system, "net.haess.PowerProfiles", "/net/hadess/PowerProfiles");
this._profilesProxy = new PowerProfilesProxy(Gio.DBus.system, "net.hadess.PowerProfiles", "/net/hadess/PowerProfiles");
// Upower if hadess doesn't work..
if (!this._profilesProxy.Profiles) {
// UPower interface
Expand Down

0 comments on commit d220706

Please sign in to comment.