I refactored the agreement modal and made it so it only handles 'being a modal' (changing settings is done in main now). After the settings load, the plugin prompts for the modal if they haven't agreed yet. If they agree it will continue with the rest of the onLoad as usual. This should fix the issue since before if they hadn't agreed, it wouldn't toggle the features on.
Should fix #120.
I refactored the agreement modal and made it so it only handles 'being a modal' (changing settings is done in main now). After the settings load, the plugin prompts for the modal if they haven't agreed yet. If they agree it will continue with the rest of the onLoad as usual. This should fix the issue since before if they hadn't agreed, it wouldn't toggle the features on.
I also updated the lang for the modal as well.