mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Size limits step in 30MB increments.
This commit is contained in:
@@ -24,7 +24,7 @@ define(['marionette', 'Mixins/AsModelBoundView', 'jquery.knob'], function (Mario
|
|||||||
this.ui.knob.knob({
|
this.ui.knob.knob({
|
||||||
min : 0,
|
min : 0,
|
||||||
max : 200,
|
max : 200,
|
||||||
step : 5,
|
step : 1,
|
||||||
cursor : 25,
|
cursor : 25,
|
||||||
width : 150,
|
width : 150,
|
||||||
stopper : true,
|
stopper : true,
|
||||||
|
Reference in New Issue
Block a user