mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Android) Modified the theme deletion confirmation message in GuiThemeDownloader
This commit is contained in:
parent
c75e0aaaba
commit
dc32a924c6
|
@ -1207,8 +1207,12 @@ bool GuiThemeDownloader::input(InputConfig* config, Input input)
|
||||||
mGrid.getSelectedComponent() == mCenterGrid && mThemes[mList->getCursorId()].isCloned) {
|
mGrid.getSelectedComponent() == mCenterGrid && mThemes[mList->getCursorId()].isCloned) {
|
||||||
mWindow->pushGui(new GuiMsgBox(
|
mWindow->pushGui(new GuiMsgBox(
|
||||||
getHelpStyle(),
|
getHelpStyle(),
|
||||||
|
#if defined(__ANDROID__)
|
||||||
|
"THIS WILL COMPLETELY DELETE THE THEME",
|
||||||
|
#else
|
||||||
"THIS WILL COMPLETELY DELETE THE THEME INCLUDING ANY "
|
"THIS WILL COMPLETELY DELETE THE THEME INCLUDING ANY "
|
||||||
"LOCAL CUSTOMIZATIONS",
|
"LOCAL CUSTOMIZATIONS",
|
||||||
|
#endif
|
||||||
"PROCEED",
|
"PROCEED",
|
||||||
[this] {
|
[this] {
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
|
|
Loading…
Reference in a new issue