mirror of
https://github.com/YGGverse/btracker.git
synced 2026-04-01 01:25:33 +00:00
remove print_version option, apply crate version to css
This commit is contained in:
parent
70c0174fbc
commit
5ba9a95f6e
3 changed files with 4 additions and 12 deletions
|
|
@ -42,10 +42,6 @@ pub struct Config {
|
|||
#[arg(long, default_value_t = 20)]
|
||||
pub list_limit: usize,
|
||||
|
||||
/// Show crate version in the catalog (tooltip to the GitHub link)
|
||||
#[arg(long, default_value_t = true)]
|
||||
pub print_version: bool,
|
||||
|
||||
/// Default capacity (estimated torrents in the `preload` directory)
|
||||
#[arg(long, default_value_t = 1000)]
|
||||
pub capacity: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue