notifications: make stupid warning shorter

This commit is contained in:
end-4
2025-07-19 10:36:17 +07:00
parent 8603918771
commit 528a7261d3
@@ -35,7 +35,7 @@ Singleton {
property Timer timer
readonly property Connections conn: Connections {
target: wrapper.notification.Component
target: wrapper?.notification?.Component ?? root // stupid warning aaaaaaa
function onDestruction(): void {
wrapper.destroy();