Complete missing icons
This commit is contained in:
parent
3f9e8b9340
commit
b51d001239
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@ if(APPLE)
|
||||||
kirigami_package_breeze_icons(ICONS
|
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
|
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
|
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()
|
endif()
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,6 @@ install(PROGRAMS org.kde.kdeconnect.sms.desktop DESTINATION ${KDE_INSTALL_APPDIR
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
kirigami_package_breeze_icons(ICONS
|
kirigami_package_breeze_icons(ICONS
|
||||||
view-refresh help-about
|
view-refresh help-about dialog-cancel
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue