mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-13 15:17:45 +00:00
9 lines
145 B
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
|
|
} |