mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Improved backlight sync with optimization service
This commit is contained in:
@@ -352,9 +352,11 @@ namespace Starlight.AnimeMatrix
|
||||
else
|
||||
time = DateTime.Now.ToString("h" + ((second % 2 == 0) ? ":" : " ") + "mmtt");
|
||||
|
||||
/*
|
||||
if (_model == AnimeType.GA401)
|
||||
PresentText(time);
|
||||
else
|
||||
*/
|
||||
PresentTextDiagonal(time);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user