mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +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,
|
pub bright: f32,
|
||||||
#[argh(
|
#[argh(
|
||||||
option,
|
option,
|
||||||
default = "1",
|
default = "0",
|
||||||
description = "how many loops to play - 0 is infinite"
|
description = "how many loops to play - 0 is infinite"
|
||||||
)]
|
)]
|
||||||
pub loops: u32,
|
pub loops: u32,
|
||||||
@@ -144,7 +144,7 @@ pub struct AnimeGifDiagonal {
|
|||||||
pub bright: f32,
|
pub bright: f32,
|
||||||
#[argh(
|
#[argh(
|
||||||
option,
|
option,
|
||||||
default = "1",
|
default = "0",
|
||||||
description = "how many loops to play - 0 is infinite"
|
description = "how many loops to play - 0 is infinite"
|
||||||
)]
|
)]
|
||||||
pub loops: u32,
|
pub loops: u32,
|
||||||
|
|||||||
Reference in New Issue
Block a user