https://bugs.kde.org/show_bug.cgi?id=488997
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |b88e3456c2499c73e520407959a | |f31d4d45a1925 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |6.2.0 --- Comment #8 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit b88e3456c2499c73e520407959af31d4d45a1925 by Akseli Lahtinen. Committed on 23/08/2024 at 15:46. Pushed by akselmo into branch 'master'. kcm_keys: fix importing custom commands This adds new handling for Custom Commands, such as exporting them as their own group. It also adds a signal that's emitted when an application is added to the list. When the signal is emitted, we re-import our config file to add the missing data. This is because otherwise we'll face asynchronicity issues. Most of the work was done by David Redondo already, I just applied his patch and modified it. FIXED-IN: 6.2.0 M +1 -1 kcms/keys/basemodel.cpp M +1 -0 kcms/keys/globalaccelmodel.cpp M +1 -0 kcms/keys/globalaccelmodel.h M +53 -2 kcms/keys/kcm_keys.cpp M +1 -1 kcms/keys/kcm_keys.h https://invent.kde.org/plasma/plasma-desktop/-/commit/b88e3456c2499c73e520407959af31d4d45a1925 -- You are receiving this mail because: You are watching all bug changes.