jshackles / Enhanced_Steam

Enhances the Steam Experience
www.EnhancedSteam.com
GNU General Public License v3.0
1.31k stars 195 forks source link

Updated wishlist sorting by price if discounted price has decimal separator #1493

Closed Pe4enie closed 6 years ago

Pe4enie commented 6 years ago

For most European countries sorting by price currently works incorrectly in wishlist if discounted price contains decimal separator (which is comma instead of dot), so if there are 2 games with discounted prices 75,5 and 100 accordingly, they will be sorted vice versa, because parsing function currently returns 755 instead of 75.5