mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Anime: Diagonal asus gifs done
This commit is contained in:
@@ -47,7 +47,7 @@ impl AnimeType {
|
||||
pub fn width(&self) -> usize {
|
||||
match self {
|
||||
AnimeType::GA401 | AnimeType::GA402 => 74,
|
||||
AnimeType::GU604 => 74,
|
||||
AnimeType::GU604 => 70,
|
||||
AnimeType::Unknown => 0,
|
||||
}
|
||||
}
|
||||
@@ -57,7 +57,7 @@ impl AnimeType {
|
||||
match self {
|
||||
AnimeType::GA401 => 36,
|
||||
AnimeType::GA402 => 39,
|
||||
AnimeType::GU604 => 39,
|
||||
AnimeType::GU604 => 43,
|
||||
AnimeType::Unknown => 0,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user