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
{
key: 'bt-seed-unverified',
category: 'bittorrent',
canShow: 'new|waiting|paused'
category: 'bittorrent'
},
{
key: 'check-integrity',
category: 'bittorrent',
canShow: 'new|waiting|paused'
category: 'bittorrent'
}
// vim: set ts=4 sw=4 sts=4: