Skip to content

Commit dea0398

Browse files
committed
Fix - Settings not saved...
1 parent 12d884a commit dea0398

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/NETworkManager/Models/Settings/SettingsInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ public bool Connections_AutoRefresh
21422142
return;
21432143

21442144
_connections_AutoRefresh = value;
2145-
OnPropertyChanged();
2145+
SettingsChanged = true;
21462146
}
21472147
}
21482148

@@ -2172,7 +2172,7 @@ public bool Listeners_AutoRefresh
21722172
return;
21732173

21742174
_listeners_AutoRefresh = value;
2175-
OnPropertyChanged();
2175+
SettingsChanged = true;
21762176
}
21772177
}
21782178

0 commit comments

Comments
 (0)