summaryrefslogtreecommitdiff
path: root/lib/notifd/proxy.vala
AgeCommit message (Collapse)Author
2025-02-06fix(notifd): invalidate props from proxyAylur
this fixes dont-disturb and ignore-timeout getters from the proxy, currently the cached values were returned which were set at launch and never changed might be a better idea to use the PropertiesChanged interface instead
2024-10-29fixup(notifd): make dismissed signal internalAylur
its used only internally, the resolved signal is meant to be the public api
2024-09-01monorepo structuringAylur