BlakeRhodes / rotato

This is a pairing program to aid those who are pairing up.
https://www.rotato.dev
MIT License
1 stars 3 forks source link

Set default value for allow solo feature on new boards #42

Closed giunto closed 1 year ago

giunto commented 2 years ago

This pull request fixes a bug, where the allow solo feature wasn't actually being set on new boards. It would show as disabled, but would still make devs solo if there was an odd number. To fix this, the local storage service has been updated to set a default value in its initialization if the setting doesn't exist.