diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index c4c629dc8..268a06c20 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -2,7 +2,8 @@ if(APPLE) kirigami_package_breeze_icons(ICONS network-connect dialog-ok dialog-cancel dialog-ok-apply entry-edit input-mouse-click-left input-mouse-click-middle input-mouse-click-right media-skip-backward media-playback-pause media-playback-start media-skip-forward view-fullscreen - document-edit player-volume-muted player-volume view-refresh help-about + document-edit player-volume-muted player-volume view-refresh help-about hands-free + audio-volume-muted network-disconnect list-add audio-volume-low audio-volume-medium audio-volume-high ) endif() diff --git a/smsapp/CMakeLists.txt b/smsapp/CMakeLists.txt index 20765628e..4619c27c4 100644 --- a/smsapp/CMakeLists.txt +++ b/smsapp/CMakeLists.txt @@ -53,6 +53,6 @@ install(PROGRAMS org.kde.kdeconnect.sms.desktop DESTINATION ${KDE_INSTALL_APPDIR if(APPLE) kirigami_package_breeze_icons(ICONS - view-refresh help-about + view-refresh help-about dialog-cancel ) endif()