diff --git a/es-app/src/guis/GuiApplicationUpdater.cpp b/es-app/src/guis/GuiApplicationUpdater.cpp index 6c433fb6a..0c46065b9 100644 --- a/es-app/src/guis/GuiApplicationUpdater.cpp +++ b/es-app/src/guis/GuiApplicationUpdater.cpp @@ -464,7 +464,7 @@ void GuiApplicationUpdater::update(int deltaTime) else if (mLinuxAppImage && mReadyToInstall) { mProcessStep1->setText(ViewController::TICKMARK_CHAR + " " + mProcessStep1->getValue()); mProcessStep1->setColor(mMenuColorGreen); - mButton1->setText("INSTALL", "install package"); + mButton1->setText("INSTALL", "install package", true, false); mButton1->setPressedFunc([this] { if (!mInstalling) { mMessage = "";