Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion reflection-app/src/connection_popover/connection_popover.blp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ template $ReflectionConnectionPopover: Adw.Bin {

Adw.ToggleGroup connection_mode_switch {
homogeneous: true;
/* Disabled for now since the new node doesn't support it */
visible: false;

Adw.Toggle {
tooltip: _("Disable communication with the outside world");
Expand Down Expand Up @@ -168,7 +170,8 @@ template $ReflectionConnectionPopover: Adw.Bin {
propagate-natural-width: true;
propagate-natural-height: true;
max-content-height: 300;
margin-top: 12;
/* Removed because of hidden connection toggle
margin-top: 12; */
hscrollbar-policy: never;

child: $ReflectionAuthorList author_list {};
Expand Down
Loading