github AnInsomniacy/motrix-next v2.2.1
v2.2.1 — Locale Detection Fix

latest releases: v3.8.4, v3.8.4-beta.2, v3.8.4-beta.1...
one month ago

What's Changed

Fixes the language dropdown showing "English" instead of the detected system locale on first launch (when no config file exists).

🐛 Bug Fixes

  • Locale dropdown race condition — On first launch, the OS locale detection (getLocale()) completed asynchronously after the settings form had already initialized with a fallback of en-US. Split updateAndSave() into synchronous updatePreference() + async savePreference() so config.locale is set immediately before any component reads it. Added a one-shot watcher in the preference form as defense-in-depth.

📦 Downloads

Platform File
macOS (Apple Silicon) .dmg
Windows (x64) -setup.exe
Linux (x64) .AppImage / .deb
Linux (ARM64) .AppImage / .deb

Don't miss a new motrix-next release

NewReleases is sending notifications on new releases.