sboesen / remotely-sync

fork of remotely-save with security upgrades
Apache License 2.0
212 stars 8 forks source link

Small fixes and Agreement Modal #121

Closed kadisonm closed 8 months ago

kadisonm commented 9 months ago

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.

sboesen commented 8 months ago

Awesome, looks great! Thank you!