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:
parent
7005ef0ec8
commit
5be495b4d7
@ -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
|
||||
)
|
||||
|
1
src/desktoptheme/breeze-dark/widgets/plasmoidheading.svgz
Symbolic link
1
src/desktoptheme/breeze-dark/widgets/plasmoidheading.svgz
Symbolic link
@ -0,0 +1 @@
|
||||
../../default/widgets/plasmoidheading.svgz
|
@ -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
|
||||
)
|
||||
|
1
src/desktoptheme/breeze-light/widgets/plasmoidheading.svgz
Symbolic link
1
src/desktoptheme/breeze-light/widgets/plasmoidheading.svgz
Symbolic link
@ -0,0 +1 @@
|
||||
../../default/widgets/plasmoidheading.svgz
|
Loading…
x
Reference in New Issue
Block a user