status-desktop/ui/app/mainui/activitycenter/stores/RootStore.qml

9 lines
145 B
QML

import QtQuick 2.14
QtObject {
id: root
property bool hideReadNotifications: false
// TODO: move AC-related stuff from chat here
}