Skip to content

Commit aceb0fe

Browse files
committed
Profile view (fold/unfold) are now saved correctly
1 parent f4d5666 commit aceb0fe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Source/NETworkManager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
5050
// übernehmen, indem Sie "*" eingeben:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("1.4.2.0")]
52+
[assembly: AssemblyVersion("1.4.3.0")]

Source/NETworkManager/ViewModels/Applications/IPScannerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public bool ExpandProfileView
308308
return;
309309

310310
if (!_isLoading)
311-
SettingsManager.Current.PortScanner_ExpandProfileView = value;
311+
SettingsManager.Current.IPScanner_ExpandProfileView = value;
312312

313313
_expandProfileView = value;
314314
OnPropertyChanged();

Source/NETworkManager/ViewModels/Applications/PortScannerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public bool ExpandProfileView
339339
return;
340340

341341
if (!_isLoading)
342-
SettingsManager.Current.IPScanner_ExpandProfileView = value;
342+
SettingsManager.Current.PortScanner_ExpandProfileView = value;
343343

344344
_expandProfileView = value;
345345
OnPropertyChanged();

0 commit comments

Comments
 (0)