mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-31 08:59:09 -06:00
Fixed localization issues when using the content registry
This commit is contained in:
@@ -173,7 +173,7 @@ namespace hex {
|
||||
{
|
||||
|
||||
View::subscribeEvent(Events::SettingsChanged, [this](auto) {
|
||||
int theme = ContentRegistry::Settings::getSettingsData()["Interface"]["Color theme"];
|
||||
int theme = ContentRegistry::Settings::getSettingsData()["hex.builtin.setting.interface"]["hex.builtin.setting.interface.color"];
|
||||
|
||||
switch (theme) {
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user