1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-19 13:00:43 +01:00

Minor change.

This commit is contained in:
Stonegate 2021-01-02 18:47:40 +08:00
parent 2413776b3c
commit 48ca171ada

View File

@ -967,7 +967,7 @@ class SleepModeState extends State<SleepMode>
width: 30.0, width: 30.0,
child: Icon( child: Icon(
_openClock _openClock
? LineIcons.circle_solid ? LineIcons.stopwatch_solid
: LineIcons.clock, : LineIcons.clock,
size: 20.0, size: 20.0,
), ),