From ee7b3904f0b010b2409aa988e29eb34bcdffbbf6 Mon Sep 17 00:00:00 2001 From: Rello Date: Mon, 8 Sep 2025 14:00:54 +0700 Subject: [PATCH] Update CMakeLists.txt Signed-off-by: Rello --- src/gui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 5221968843..e61e15091a 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -20,8 +20,8 @@ endif() # Icon switch: if branding is done, use the neutral state icons set(STATE_SUBDIR "") -if(NOT APPLICATION_NAME STREQUAL "Nextcloud") - set(STATE_SUBDIR "neutral/") +if(APPLICATION_NAME STREQUAL "Nextcloud") + set(STATE_SUBDIR "nextcloud/") endif() configure_file(${CMAKE_SOURCE_DIR}/theme.qrc.in ${CMAKE_SOURCE_DIR}/theme.qrc)