mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
print 144 instead of 145 refresh rate as this rate is more common
This commit is contained in:
@@ -64,6 +64,10 @@ static int parseRefreshRate(int32_t refreshRate)
|
||||
else
|
||||
refreshRate -= remainder;
|
||||
|
||||
//All other typicall refresh rates are dividable by 5
|
||||
if(refreshRate == 145)
|
||||
refreshRate = 144;
|
||||
|
||||
return refreshRate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user