changed default parameter for tests
This commit is contained in:
parent
9b4d1c52e6
commit
17d1113141
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class Module(bumblebee.engine.Module):
|
|||
and self.getCharge(widget) == "Discharging":
|
||||
output = "{} {}".format(output, self.remaining())
|
||||
|
||||
if bumblebee.util.asbool(self.parameter("showdevice", True)):
|
||||
if bumblebee.util.asbool(self.parameter("showdevice", False)):
|
||||
output = "{} ({})".format(output, os.path.basename(widget.name))
|
||||
|
||||
return output
|
||||
|
|
Loading…
Reference in a new issue