Minor change.

This commit is contained in:
Stonegate 2021-01-02 18:47:40 +08:00
parent 2413776b3c
commit 48ca171ada
1 changed files with 1 additions and 1 deletions

View File

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