mirror of https://github.com/borgbase/vorta
Increases the maximum allowed number in prune keep hourly to 9999 and daily to 999. (#1089)
Signed-off-by: lstrz <lstrz@users.noreply.github.com>
This commit is contained in:
parent
c7a1077fec
commit
fbbd788629
|
@ -238,6 +238,9 @@
|
|||
<property name="minimum">
|
||||
<number>-1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>9999</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -255,6 +258,9 @@
|
|||
<property name="minimum">
|
||||
<number>-1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>999</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in New Issue