Skip to content

Commit

Permalink
Remove unneeded write
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenDB committed Nov 5, 2022
1 parent 5bfcde7 commit 6d4023a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nheko-krunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ void NhekoKRunner::reloadConfiguration()
KConfigGroup conf = config();

m_showNotificationCounts = conf.readEntry(QStringLiteral("showNotificationCounts"), true);
conf.writeEntry(QStringLiteral("showNotificationCounts"), m_showNotificationCounts);
conf.sync();
}

Expand Down

0 comments on commit 6d4023a

Please sign in to comment.