Complete missing icons

This commit is contained in:
Weixuan XIAO 2019-07-21 19:38:57 +02:00
parent 3f9e8b9340
commit b51d001239
2 changed files with 3 additions and 2 deletions

View file

@ -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()

View file

@ -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()