UnlimitedHugs / RimworldHugsLib

A lightweight shared library for Rimworld modding.
Other
244 stars 59 forks source link

Don't default to quick start when using quick start. #65

Closed FluffierThanThou closed 4 years ago

FluffierThanThou commented 4 years ago

Whenever you use one of the quickstart options manually (e.g. 'generate now'), HugsLib turns on the option to use that quickstart mode by default on game load.

There are two problems with the current behaviour;

  1. it happens when the window closes so there is no feedback to the user that this has just happened
  2. it's not needed, clicking an extra toggle to enable this behaviour is a minimal effort intervention by the user. Having it changed without noticing is a much bigger pain.

Please either remove this function or if it was intended behaviour, add an option to turn it off.

UnlimitedHugs commented 4 years ago

Yeah, I've been considering to revert that particular "feature". So, thanks for voicing your preference, that should settle it.

UnlimitedHugs commented 4 years ago

Implemented in 7.2.0.

FluffierThanThou commented 4 years ago

lovely :)

On Mon, May 18, 2020 at 1:17 PM UnlimitedHugs notifications@github.com wrote:

Implemented in 7.2.0 https://github.com/UnlimitedHugs/RimworldHugsLib/releases/tag/v7.2.0.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/UnlimitedHugs/RimworldHugsLib/issues/65#issuecomment-630115059, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENLQMT5SV5LT32I4PAFVDLRSEKOBANCNFSM4MGK7AUA .