2022-09-26 15:49:46 +03:00

9 lines
145 B
QML

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