Skip to content

Commit 822fd51

Browse files
authored
fix conflict
1 parent fb38b43 commit 822fd51

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

StabilityMatrix.Core/Models/Settings/Settings.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,8 @@ public IReadOnlyDictionary<string, string> EnvironmentVariables
217217

218218
public bool FilterExtraNetworksByBaseModel { get; set; } = true;
219219

220-
<<<<<<< HEAD
221-
=======
222-
public bool ShowAllAvailablePythonVersions { get; set; }
223-
224220
public bool IsMainWindowSidebarOpen { get; set; }
225-
226-
public Dictionary<string, LastDownloadLocationInfo> ModelTypeDownloadPreferences { get; set; } = new();
227-
228-
>>>>>>> 81178983 (Merge pull request #1094 from ionite34/fix-dotnet-and-save-pane)
221+
229222
[JsonIgnore]
230223
public bool IsHolidayModeActive =>
231224
HolidayModeSetting == HolidayMode.Automatic

0 commit comments

Comments
 (0)