mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
fix(anime_cli): default gif loops to infinite
This commit is contained in:
@@ -125,7 +125,7 @@ pub struct AnimeGif {
|
||||
pub bright: f32,
|
||||
#[argh(
|
||||
option,
|
||||
default = "1",
|
||||
default = "0",
|
||||
description = "how many loops to play - 0 is infinite"
|
||||
)]
|
||||
pub loops: u32,
|
||||
@@ -144,7 +144,7 @@ pub struct AnimeGifDiagonal {
|
||||
pub bright: f32,
|
||||
#[argh(
|
||||
option,
|
||||
default = "1",
|
||||
default = "0",
|
||||
description = "how many loops to play - 0 is infinite"
|
||||
)]
|
||||
pub loops: u32,
|
||||
|
||||
Reference in New Issue
Block a user