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:
Joshua Goins
2026-01-02 15:48:44 -05:00
committed by Tobias Fella
parent dffec2f0d5
commit a02a04d966
4 changed files with 8 additions and 1 deletions

View File

@@ -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)