mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-16 16:05:00 +00:00
parent
9aba737d9e
commit
38a8490d16
5 changed files with 316 additions and 291 deletions
|
@ -22,9 +22,6 @@ namespace SourceGit.Converters
|
|||
public static readonly FuncValueConverter<int, bool> IsNotOne =
|
||||
new FuncValueConverter<int, bool>(v => v != 1);
|
||||
|
||||
public static readonly FuncValueConverter<int, bool> IsTwo =
|
||||
new FuncValueConverter<int, bool>(v => v == 2);
|
||||
|
||||
public static readonly FuncValueConverter<int, bool> IsSubjectLengthBad =
|
||||
new FuncValueConverter<int, bool>(v => v > ViewModels.Preferences.Instance.SubjectGuideLength);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue