Symlink widgets/plasmoidheading.svgz in breeze light/dark

PlasmoidHeading.qml only draws "widgets/plasmoidheading" if
fromCurrentTheme=true, so Breeze Light/Dark were not drawing it.
This commit is contained in:
Chris Holland 2020-06-09 20:20:12 -04:00
parent 7005ef0ec8
commit 5be495b4d7
4 changed files with 10 additions and 2 deletions

View File

@ -8,4 +8,7 @@ install(
FILES colors "${CMAKE_CURRENT_BINARY_DIR}/metadata.desktop"
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark
)
install(
DIRECTORY widgets
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark
)

View File

@ -0,0 +1 @@
../../default/widgets/plasmoidheading.svgz

View File

@ -8,4 +8,7 @@ install(
FILES colors "${CMAKE_CURRENT_BINARY_DIR}/metadata.desktop"
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light
)
install(
DIRECTORY widgets
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light
)

View File

@ -0,0 +1 @@
../../default/widgets/plasmoidheading.svgz