We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb38b43 commit 822fd51Copy full SHA for 822fd51
StabilityMatrix.Core/Models/Settings/Settings.cs
@@ -217,15 +217,8 @@ public IReadOnlyDictionary<string, string> EnvironmentVariables
217
218
public bool FilterExtraNetworksByBaseModel { get; set; } = true;
219
220
-<<<<<<< HEAD
221
-=======
222
- public bool ShowAllAvailablePythonVersions { get; set; }
223
-
224
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)
+
229
[JsonIgnore]
230
public bool IsHolidayModeActive =>
231
HolidayModeSetting == HolidayMode.Automatic
0 commit comments