meetrevision / revision-tool

A tool to personalize ReviOS to your needs
GNU General Public License v3.0
298 stars 39 forks source link

Enable immediate language change without requiring restart #73

Closed Dusk-afk closed 9 months ago

Dusk-afk commented 9 months ago

Implemented a solution to enable immediate language changes in the UI without requiring a restart. Made use of the provider package.

Issue Resolved:

Closes #72

Additional Context

Using the provider package, the current language selected is stored as an app's state. Later whenever this state is altered, the whole widget tree is forced to be redrawn. The functionality to remember the language change after a restart remains unchanged.

Demo

Feature Demo

Submitter Checklist: