Save configuration and allow custom script to execute when timer ends

This commit is contained in:
Vyn 2024-10-17 14:04:47 +02:00
parent 8585f5741f
commit da32449075
6 changed files with 24879 additions and 19 deletions

View file

@ -22,6 +22,7 @@ if (NOT Slint_FOUND)
endif (NOT Slint_FOUND)
add_executable(focus src/main.cpp)
target_include_directories(focus PRIVATE "external")
target_link_libraries(focus PRIVATE Slint::Slint)
slint_target_sources(
focus ui/app-window.slint