asm update default options

This commit is contained in:
Lacoi 2023-08-02 17:19:22 +02:00
parent 8cb856b915
commit 0d1aff213b
3 changed files with 8 additions and 8 deletions

View file

@ -6,8 +6,8 @@ namespace ServerManagerTool.Lib.ViewModel
{
public class TributeExpirationConverter : IValueConverter
{
public const int MIN_VALUE = 1;
public const int MAX_VALUE = 20000;
public const int MIN_VALUE = 0;
public const int MAX_VALUE = 525600;
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{