Skip to content

Commit d5510ae

Browse files
committed
review comment
1 parent 7fa2bcf commit d5510ae

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/LogExpert.Configuration/ConfigManager.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,10 +1016,7 @@ private static bool SettingsAreEmptyOrDefault (Settings settings, ExportImportFl
10161016
{
10171017
// For 'Other', we consider the settings valid if Preferences object exists
10181018
// This covers font settings, colors, and other preference data
1019-
if (settings.Preferences != null)
1020-
{
1021-
hasAnyRelevantData = true;
1022-
}
1019+
hasAnyRelevantData = true;
10231020
}
10241021

10251022
// Return true (isEmpty) if no relevant data was found in any checked section

0 commit comments

Comments
 (0)