ShadowBlip / OpenGamepadUI

Open source gamepad-native game launcher and overlay
https://opengamepadui.readthedocs.io
GNU General Public License v3.0
320 stars 14 forks source link

fix(PowerTools): Prevent display of floats in UI #364

Closed pastaq closed 1 week ago

pastaq commented 1 week ago

Sometimes teh values for the sliders will be received with a small arithmetic error (e.g. 15.0000000001). As the sliders take a float, we should round the values to prevent tiny increments from being displayed.

philmmanjaro commented 1 week ago

At first glance it seems to work.

github-actions[bot] commented 1 week ago

:tada: This PR is included in version 0.32.9 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: