Fix systemmonitor preferences being reset

See 3078bc25df (note_497421)

BUG: 454004


(cherry picked from commit 262bf0af84)
wilder-5.25
Alexander Lohnau 4 years ago committed by Nate Graham
parent eb44145d57
commit e64c13729b
  1. 2
      applets/systemmonitor/systemmonitor/systemmonitor.cpp

@ -86,6 +86,6 @@ void SystemMonitor::openSystemMonitor()
job->start();
}
K_PLUGIN_CLASS(SystemMonitor)
K_PLUGIN_CLASS_WITH_JSON(SystemMonitor, "package/metadata.json")
#include "systemmonitor.moc"

Loading…
Cancel
Save