Fix icons on Windows
KirigamiApp currently calls KIconTheme::initTheme too late for Windows, as a workaround we can go back to calling it ourselves.
This commit is contained in:
committed by
Tobias Fella
parent
dffec2f0d5
commit
a02a04d966
@@ -162,6 +162,7 @@ target_include_directories(neochat-app PRIVATE ${CMAKE_BINARY_DIR})
|
||||
|
||||
target_link_libraries(neochat-app PRIVATE
|
||||
neochat
|
||||
KF6::IconThemes
|
||||
)
|
||||
|
||||
ecm_add_app_icon(NEOCHAT_ICON ICONS ${CMAKE_SOURCE_DIR}/128-logo.png)
|
||||
|
||||
Reference in New Issue
Block a user