https://bugs.kde.org/show_bug.cgi?id=443972
--- Comment #7 from Nate Graham <[email protected]> --- You're welcome! In a nutshell, the app enables and disables the recents entry based on there being at least one emoji in the "recent emojis model" backend code, but it only checks once, when the app is launched. It doesn't know how to monitor that value in real-time as it's updated based on user action. So as you the user use emojis, they get added to the "recent emojis model" in real time, which syncs them to the config file in real time, but the number of emojis in it isn't sent to the sidebar code, so as far as it's concerned, the number of recent emojis remains what it was when it first checked at launch. This would probably be trivial to fix for someone smarter than me. -- You are receiving this mail because: You are watching all bug changes.
