We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c44020 commit fe03ecfCopy full SHA for fe03ecf
1 file changed
CompressedFileViewer/Windows/SettingsDialog.xaml.cs
@@ -77,7 +77,7 @@ public Preferences Preferences
77
Content = alg.AlgorithmName,
78
IsChecked = preferences.EnabledCompressionAlgorithms.Contains(alg.AlgorithmName),
79
IsEnabled = alg.IsSupported,
80
- ToolTip = alg.IsSupported ? String.Empty : "The algorithm is not supported.\nCheck the log there might be more information.",
+ ToolTip = alg.IsSupported ? null : "The algorithm is not supported.\nCheck the log there might be more information.",
81
});
82
}
83
0 commit comments