fix & opt.: prefer temperature dev

This commit is contained in:
lollipopkit
2024-04-21 01:04:43 +08:00
parent 23764f8c93
commit a0ea95b1c3
22 changed files with 152 additions and 206 deletions

View File

@@ -501,7 +501,7 @@ class _ServerPageState extends State<ServerPage>
);
}
return Text(
s.topRightStr,
s.getTopRightStr(s.spi),
style: UIs.text13Grey,
);
}