feat: add PersistentProperties

This commit is contained in:
outfoxxed 2024-02-17 04:24:03 -08:00
parent ed62193978
commit 083fff57be
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 86 additions and 1 deletions

View file

@ -39,6 +39,7 @@ qt_add_executable(quickshell
src/cpp/qmlscreen.cpp
src/cpp/watcher.cpp
src/cpp/region.cpp
src/cpp/persistentprops.cpp
)
qt_add_qml_module(quickshell URI QuickShell)