diff --git a/shell/osd.cpp b/shell/osd.cpp index a754f4701..8fa9dc2b6 100644 --- a/shell/osd.cpp +++ b/shell/osd.cpp @@ -58,8 +58,7 @@ Osd::~Osd() void Osd::brightnessChanged(int percent) { - // FIXME: need brightness icon - showProgress(QString(), percent); + showProgress(QStringLiteral("battery-DisplayBrightness"), percent); } void Osd::volumeChanged(int percent)