mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Fixed an issue where an ApplicationUpdater dialog did not have themed help prompts
This commit is contained in:
parent
8a7d371f3f
commit
cd2181a8b5
|
@ -354,8 +354,8 @@ void ViewController::updateAvailableDialog()
|
||||||
"THE UPGRADE.";
|
"THE UPGRADE.";
|
||||||
}
|
}
|
||||||
mWindow->pushGui(new GuiMsgBox(
|
mWindow->pushGui(new GuiMsgBox(
|
||||||
HelpStyle(), upgradeMessage.c_str(), "OK", [] {}, "", nullptr, "", nullptr,
|
getHelpStyle(), upgradeMessage.c_str(), "OK", [] {}, "", nullptr, "",
|
||||||
true, true,
|
nullptr, true, true,
|
||||||
(mRenderer->getIsVerticalOrientation() ?
|
(mRenderer->getIsVerticalOrientation() ?
|
||||||
0.85f :
|
0.85f :
|
||||||
0.53f * (1.778f / mRenderer->getScreenAspectRatio()))));
|
0.53f * (1.778f / mRenderer->getScreenAspectRatio()))));
|
||||||
|
|
Loading…
Reference in a new issue