snoww / loa-logs

LOA Logs - Modern DPS Meter for Lost Ark
GNU General Public License v3.0
128 stars 30 forks source link

fix reading and saving settings due to missing entry #21

Closed nameskang closed 11 months ago

nameskang commented 11 months ago

fixes 2 silent problems, after adding some panics/console writes they became visible:

  1. while reading "thread 'main' panicked at 'Problem parsing json from file contents: Error("missing field positionalDmgPercent", line: 15, column: 3)', src\main.rs:745:19"
  2. while writing "invalid args settings for command save_settings: missing field positionalDmgPercent"
snoww commented 11 months ago

thanks for bring up this issue, i got it fixed