Skip to content

Commit

Permalink
Fixes #91: Syncing settings before closing BuildVision
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Jul 17, 2020
1 parent 1e44ad0 commit 5b600f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BuildVision/Core/BuildVisionPane.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ protected override void OnClose()
{
if (_controlCreatedSuccessfully)
{
((BuildVisionPaneViewModel)View.DataContext).SyncColumnSettings();
_packageSettingsProvider.Save();
}

Expand Down

0 comments on commit 5b600f0

Please sign in to comment.