vaig a fer un commit per si de cas petara algo ...

This commit is contained in:
2025-06-04 14:05:56 +02:00
parent 64b86c7ac1
commit 1a84f1b1b0
6 changed files with 97 additions and 23 deletions

View File

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