mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-17 02:13:41 +00:00
small refactoring in matchers
This commit is contained in:
@ -28,7 +28,6 @@ QHash<QString, AWPluginFormaterInterface *> AWPluginMatcherSensors::keys(const Q
|
||||
// temperature
|
||||
auto index = _settings.sensors.indexOf(_source);
|
||||
auto key = QString("temp%1").arg(index);
|
||||
|
||||
if (index == -1)
|
||||
return {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user