fix: feature flag
This commit is contained in:
parent
f5d1ece74b
commit
4f5af8da15
|
@ -16,6 +16,7 @@ QtObject:
|
||||||
swapEnabled: bool
|
swapEnabled: bool
|
||||||
connectorEnabled: bool
|
connectorEnabled: bool
|
||||||
sendViaPersonalChatEnabled: bool
|
sendViaPersonalChatEnabled: bool
|
||||||
|
requestPaymentEnabled: bool
|
||||||
|
|
||||||
proc setup(self: FeatureFlags) =
|
proc setup(self: FeatureFlags) =
|
||||||
self.QObject.setup()
|
self.QObject.setup()
|
||||||
|
|
Loading…
Reference in New Issue