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