Compare commits

..

1 commit

Author SHA1 Message Date
Simon Bruder f509ca4810
add custom options to ariang option editing dialog
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-13 11:35:15 +00:00

View file

@ -1,12 +1,10 @@
, // leave this here , // leave this here
{ {
key: 'bt-seed-unverified', key: 'bt-seed-unverified',
category: 'bittorrent', category: 'bittorrent'
canShow: 'new|waiting|paused'
}, },
{ {
key: 'check-integrity', key: 'check-integrity',
category: 'bittorrent', category: 'bittorrent'
canShow: 'new|waiting|paused'
} }
// vim: set ts=4 sw=4 sts=4: // vim: set ts=4 sw=4 sts=4: