diff options
Diffstat (limited to 'modules/lock/NotifDock.qml')
| -rw-r--r-- | modules/lock/NotifDock.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lock/NotifDock.qml b/modules/lock/NotifDock.qml index 7551e68..01f7e4b 100644 --- a/modules/lock/NotifDock.qml +++ b/modules/lock/NotifDock.qml @@ -40,7 +40,6 @@ ColumnLayout { Loader { anchors.centerIn: parent - asynchronous: true active: opacity > 0 opacity: Notifs.list.length > 0 ? 0 : 1 |