https://bugs.kde.org/show_bug.cgi?id=435614
Kristen McWilliam <kmcwilliampub...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |FIXED Latest Commit| |https://invent.kde.org/netw | |ork/kdeconnect-kde/-/commit | |/caaac80ca5cde5d94cdf3617a4 | |fba4b4a19f38b2 --- Comment #5 from Kristen McWilliam <kmcwilliampub...@gmail.com> --- Git commit caaac80ca5cde5d94cdf3617a4fba4b4a19f38b2 by Kristen McWilliam. Committed on 17/10/2024 at 17:51. Pushed by merritt into branch 'fix_copy_auth_code'. fix: copy auth code to desktop clipboard SMS auth codes generate a notification that has a "Copy $code" button (eg. "Copy 123456"), but the button doesn't actually copy the code as expected. This patch fixes that. Related: bug 451539 M +2 -1 plugins/notifications/CMakeLists.txt M +30 -0 plugins/notifications/notificationsplugin.cpp M +8 -0 plugins/notifications/notificationsplugin.h M +3 -0 tests/CMakeLists.txt A +93 -0 tests/notificationstest.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/network/kdeconnect-kde/-/commit/caaac80ca5cde5d94cdf3617a4fba4b4a19f38b2 -- You are receiving this mail because: You are watching all bug changes.