diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/redux/settings/reducers.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/src/renderer/redux/settings/reducers.ts b/gui/src/renderer/redux/settings/reducers.ts index e64b0d6323..3c502ec103 100644 --- a/gui/src/renderer/redux/settings/reducers.ts +++ b/gui/src/renderer/redux/settings/reducers.ts @@ -42,8 +42,9 @@ export type NormalRelaySettingsRedux = { export type NormalBridgeSettingsRedux = { location: LiftedConstraint<RelayLocation>; - // Providers and ownership are used to filter bridges and as bridge constraints for the daemon. + /** Providers are used to filter bridges and as bridge constraints for the daemon. */ providers: string[]; + /** Ownership is used to filter bridges and as bridge constraints for the daemon. */ ownership: Ownership; }; |
