ja funciona el audio

This commit is contained in:
2025-03-27 18:34:04 +01:00
parent e2339bd54a
commit c6288918b2
10 changed files with 221 additions and 184 deletions

View File

@@ -191,7 +191,7 @@ namespace globalInputs
{
if (Screen::get()->decWindowZoom())
{
Notifier::get()->show({lang::getText(131) + " x" + std::to_string(options.video.window.zoom)});
Notifier::get()->show({lang::getText(131) + " x" + std::to_string(options.window.zoom)});
}
return;
}
@@ -201,7 +201,7 @@ namespace globalInputs
{
if (Screen::get()->incWindowZoom())
{
Notifier::get()->show({lang::getText(131) + " x" + std::to_string(options.video.window.zoom)});
Notifier::get()->show({lang::getText(131) + " x" + std::to_string(options.window.zoom)});
}
return;
}