RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
342 stars 28 forks source link

The configuration of the Stats saving function cannot be saved. #98

Open XunJiJiang opened 6 months ago

XunJiJiang commented 6 months ago

image I modified the configuration here and saved it. Then right-click the application and click Exit to close KeysPerSecond. When I open it again, the old configuration is still there. I didn't find this problem when I used version 8.4. Recently, I upgraded the version first to 8.6 and then to 8.9. At this time, I found that the configuration could not be changed.

XunJiJiang commented 6 months ago

I found that: after I modified the saved location, I clicked the button several times and closed the application. When I opened it again and manually loaded the stats data, the data was the latest, and those few clicks were also recorded and saved.

RoanH commented 3 months ago

Hi, it sounds like you changed the stats saving settings, but did not actually save the entire configuration. Similar to any of the other settings, you still need to save the entire program configuration as a whole to the config file you're using for a settings change to persist between restarts of the program. This isn't any different from how v8.4 used to work though..., but I cannot otherwise reproduce these settings not being saved.