mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-09 04:31:06 +00:00
asm update default options
This commit is contained in:
parent
8cb856b915
commit
0d1aff213b
3 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue