forked from Shinonome/dots-hyprland
notifications: make stupid warning shorter
This commit is contained in:
@@ -35,7 +35,7 @@ Singleton {
|
|||||||
property Timer timer
|
property Timer timer
|
||||||
|
|
||||||
readonly property Connections conn: Connections {
|
readonly property Connections conn: Connections {
|
||||||
target: wrapper.notification.Component
|
target: wrapper?.notification?.Component ?? root // stupid warning aaaaaaa
|
||||||
|
|
||||||
function onDestruction(): void {
|
function onDestruction(): void {
|
||||||
wrapper.destroy();
|
wrapper.destroy();
|
||||||
|
|||||||
Reference in New Issue
Block a user