- fix: auth renew and null fix
This commit is contained in:
@@ -25,4 +25,7 @@ public static class TypeConverters
|
||||
|
||||
public static FuncValueConverter<string, Avalonia.Media.Color> NameColorRepresentation { get; } =
|
||||
new((str)=>ColorUtils.GetColorFromString(str ?? throw new ArgumentNullException(nameof(str),"Name of color is null!")));
|
||||
|
||||
public static FuncValueConverter<string, bool> StringIsNotEmpty { get; } =
|
||||
new(iconKey => !string.IsNullOrEmpty(iconKey));
|
||||
}
|
||||
Reference in New Issue
Block a user