mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 15:23:55 +00:00
Fix comma
This commit is contained in:
parent
55ba097b1c
commit
4caa90186d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue