Skip to content

Commit b43d8b5

Browse files
committed
Partly revert 2384695
Fixes: owncloud#11548
1 parent 0d54fed commit b43d8b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmake/modules/OCBundleResources.cmake

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ function(generate_theme TARGET OWNCLOUD_SIDEBAR_ICONS_OUT)
8989

9090
__addUrlIcons(${QRC_PATH})
9191

92+
foreach(theme IN ITEMS colored dark black white)
93+
foreach(state IN ITEMS ok error information offline pause sync)
94+
__addIcon(${QRC_PATH} ${theme} "state-${state}")
95+
endforeach()
96+
endforeach()
97+
9298
__write_qrc_file_footer(${QRC_PATH})
9399

94100
target_sources(${TARGET} PRIVATE ${QRC_PATH})

0 commit comments

Comments
 (0)