mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
5771a33eaa
Also added logic in order to detect and highlight an address/ens name in the chat
9 lines
173 B
QML
9 lines
173 B
QML
import QtQml 2.15
|
|
|
|
QtObject {
|
|
property bool connectorEnabled
|
|
property bool dappsEnabled
|
|
property bool swapEnabled
|
|
property bool sendViaPersonalChatEnabled
|
|
}
|