status-desktop/ui/app/AppLayouts/stores/FeatureFlagsStore.qml
Khushboo Mehta 5771a33eaa feat(@desktop/wallet): Added feature flag FLAG_SEND_VIA_PERSONAL_CHAT_ENABLED for the send via personal chat feature
Also added logic in order to detect and highlight an address/ens name in the chat
2024-09-23 11:20:56 +02:00

9 lines
173 B
QML

import QtQml 2.15
QtObject {
property bool connectorEnabled
property bool dappsEnabled
property bool swapEnabled
property bool sendViaPersonalChatEnabled
}