scottbot95 / RoR2ModManager

A simple mod manager built using electron. Currently only supports BepInEx mods
MIT License
25 stars 3 forks source link

[BUG] Config Editor Page Stuck on Loading #71

Closed dastrdly6585 closed 5 years ago

dastrdly6585 commented 5 years ago

Describe the bug The config editor page is stuck perpetually loading (with spinning circle) unless you temporarily switch window focus or a keyboard button is pressed, at which point the config files immediately load in. This occurs every time you access the config editor from a different menu entry.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Config Editor' under Menu
  2. Loading icon never disappears
  3. Click out of mod manager window and click back in (or hit any keyboard button while in the manager window)
  4. Config files immediately load

Expected behavior Config editor should instantly show available config files to edit once they're loaded and not require the mod manager to lose focus before displaying them.

Desktop (please complete the following information):

scottbot95 commented 5 years ago

Turned out to be an easy fix actually. I'm pushing a patch later today that should this and some other bugs.