Compare commits

..

1 commit

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

View file

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