mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-11 10:04:23 +01:00
Fix comma
This commit is contained in:
parent
55ba097b1c
commit
4caa90186d
|
|
@ -20,7 +20,7 @@ namespace PowerControl.Options
|
|||
}
|
||||
|
||||
// dissalow to use fps limits lower than 15
|
||||
string[] allowedLimits = Array.FindAll(availableLimits, val => val != null && Int32.Parse(val) >= 15)
|
||||
string[] allowedLimits = Array.FindAll(availableLimits, val => val != null && Int32.Parse(val) >= 15);
|
||||
|
||||
return allowedLimits;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue