fix: feature flag

This commit is contained in:
Emil Sawicki 2024-11-17 20:50:26 +01:00
parent f5d1ece74b
commit 4f5af8da15
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ QtObject:
swapEnabled: bool
connectorEnabled: bool
sendViaPersonalChatEnabled: bool
requestPaymentEnabled: bool
proc setup(self: FeatureFlags) =
self.QObject.setup()