We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a85d3c + 1831343 commit c082797Copy full SHA for c082797
1 file changed
tuned/ppd/controller.py
@@ -138,8 +138,8 @@ def initialize(self):
138
self._config = PPDConfig(PPD_CONFIG_FILE)
139
active_profile = self.active_profile()
140
self._base_profile = active_profile if active_profile != UNKNOWN_PROFILE else self._config.default_profile
141
- self.switch_profile(self._base_profile)
142
self._on_battery = False
+ self.switch_profile(self._base_profile)
143
if self._config.battery_detection:
144
self.setup_battery_signaling()
145
0 commit comments