colinator27 / DogScepter

A work-in-progress modding tool geared toward UNDERTALE/DELTARUNE
MIT License
45 stars 14 forks source link

Interpret Enter during create-directory-question as "yes" #29

Closed Miepee closed 2 years ago

Miepee commented 2 years ago

The create-directory-prompt (Directory "foobar" does not exist. Create it? (Y/n):) has an uppercase Y and a lowercase n. This usually is used for indication what the default choice will be. As "yes" is marked as the default choice here, I expected enter to act the same way as typing "y", which it currently does not.

Alternatively, N could be uppercased instead.

colinator27 commented 2 years ago

Probably will want it to default to N in a lot of these cases, actually, so might just go with that... but will need to check.