Hi,
I noticed that a location of settings are not unified in Windows 10.
Key bindings are saved to %APPDATA%\AnimeEffectsProject\AnimeEffects.ini,
while other settings such as languages and a window position are saved to the system registry
where key is HKEY_CURRENT_USER\SOFTWARE\AnimeEffectsProject\AnimeEffects.
The app should not write anything to the registry unless it is distributed in a installer package.
this difference comes from usage of QSettings class.
Hi, I noticed that a location of settings are not unified in Windows 10. Key bindings are saved to %APPDATA%\AnimeEffectsProject\AnimeEffects.ini, while other settings such as languages and a window position are saved to the system registry where key is
HKEY_CURRENT_USER\SOFTWARE\AnimeEffectsProject\AnimeEffects
. The app should not write anything to the registry unless it is distributed in a installer package.this difference comes from usage of QSettings class.
and
I confirmed this issue at v1.3 release and git master on my Windows 10 Home (version 1607).