From dc32a924c60dd77e60be811917b69483e8e09503 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 10 Mar 2024 19:34:11 +0100 Subject: [PATCH] (Android) Modified the theme deletion confirmation message in GuiThemeDownloader --- es-app/src/guis/GuiThemeDownloader.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/es-app/src/guis/GuiThemeDownloader.cpp b/es-app/src/guis/GuiThemeDownloader.cpp index a2fb7706f..35bc406f5 100644 --- a/es-app/src/guis/GuiThemeDownloader.cpp +++ b/es-app/src/guis/GuiThemeDownloader.cpp @@ -1207,8 +1207,12 @@ bool GuiThemeDownloader::input(InputConfig* config, Input input) mGrid.getSelectedComponent() == mCenterGrid && mThemes[mList->getCursorId()].isCloned) { mWindow->pushGui(new GuiMsgBox( getHelpStyle(), +#if defined(__ANDROID__) + "THIS WILL COMPLETELY DELETE THE THEME", +#else "THIS WILL COMPLETELY DELETE THE THEME INCLUDING ANY " "LOCAL CUSTOMIZATIONS", +#endif "PROCEED", [this] { #if defined(_WIN64)