Skip to content

Commit

Permalink
The data sources is collapsed when unpinned #333 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kittyfisto authored Sep 9, 2022
1 parent e3f3cd3 commit 63283d8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ public bool IsPinned
_isPinned = value;
_settings.DataSources.IsPinned = value;
EmitPropertyChanged();

if (!value)
IsChecked = false;
}
}

Expand Down

0 comments on commit 63283d8

Please sign in to comment.