https://bugs.kde.org/show_bug.cgi?id=410641
--- Comment #2 from Konstantin Kharlamov <hi-an...@yandex.ru> --- (In reply to Konstantin Kharlamov from comment #1) > I figured it should be an easy fix, so I downloaded the code, and tried > searching it. And… search for `AllowMenuAccelerators` shows that all that > konsole does is creates the checkbox and a configuration setting. This is > odd, it does not use the setting anywhere. > > Setting the checkbox shouldn't do anything, the checkbox is unused, I'm > clueless why it even works. Aha, nvm, I missed the usage in header file, where it declared a getter starting with low-case "a", "allowMenuAccelerators". I found the code to remove them is at MainWindow.cpp:177 -- You are receiving this mail because: You are watching all bug changes.