Rewrite shell configuration options as well as read/write functionality as plugin #143

Merged
zach merged 9 commits from refactor/config-rw-plugin into main 2026-08-14 18:54:33 +02:00
Showing only changes of commit 3a4ee148bf - Show all commits
+1 -1
View File
@@ -155,7 +155,7 @@ if("plugin" IN_LIST ENABLE_MODULES)
endif()
if("shell" IN_LIST ENABLE_MODULES)
foreach(dir assets scripts Components Config Modules Daemons Drawers Effects Helpers Paths)
foreach(dir assets scripts Components Modules Daemons Drawers Effects Helpers Paths)
install(DIRECTORY ${dir} DESTINATION "${INSTALL_QSCONFDIR}")
endforeach()