Disable bulb controls when no bulbs selected

This commit is contained in:
2023-11-05 12:49:22 +01:00
parent ac306eece4
commit 548e7d3240
7 changed files with 55 additions and 16 deletions

View File

@ -32,7 +32,7 @@ struct Opt {
#[clap(short, long)]
quiet: bool,
#[clap(long, short, default_value = "127.0.0.0:8000")]
#[clap(long, short, default_value = "127.0.0.1:8000")]
bind: SocketAddr,
#[clap(long, default_value = "./www")]