mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-11 10:04:23 +01:00
Update Sensors.cs
This commit is contained in:
parent
75e77a9f74
commit
3e5df1ace1
|
|
@ -343,7 +343,7 @@ namespace PerformanceOverlay
|
|||
{
|
||||
"CURR_TIME", new UserValueSensor()
|
||||
{
|
||||
Value = delegate ()
|
||||
Value = delegate string ()
|
||||
{
|
||||
DateTime localDate = DateTime.Now;
|
||||
return localDate.ToString("t");
|
||||
|
|
|
|||
Loading…
Reference in a new issue