Skip to content

Commit

Permalink
Fix non-working config
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenDB committed Nov 5, 2022
1 parent 6d4023a commit d360c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NhekoKRunnerConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void NhekoKRunnerConfig::save()
.group(QStringLiteral("nheko-krunner"));

config.writeEntry(QStringLiteral("showNotificationCounts"), m_showNotificationCounts->isChecked());
config.sync();

KCModule::save();

Expand Down

0 comments on commit d360c81

Please sign in to comment.