Merge fixes (#934)

Couple of small fixes from latest merges.
This commit is contained in:
Mitja Skuver 2023-12-29 23:28:12 +01:00 committed by GitHub
parent df976b0329
commit f553660564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -108,6 +108,7 @@ if [ "$size" -gt 4096 ]; then
if [ -d "$emulationPath/bios" ]; then
text="$(printf "Do you want to export all your bios?")"
zenity --question \
--title="EmuDeck Export tool" \
--width=450 \
--cancel-label="No" \
--ok-label="Export my bios" \
@ -156,6 +157,8 @@ if [ "$size" -gt 4096 ]; then
text="$(printf "<b>Success!</b>\nNow it's time to:\n1 Install EmuDeck in your new Deck. \n2 Use the Import Tool in your new Deck. \n3 That's all :)")"
zenity --info \
--title="EmuDeck Export tool" \
--width=350 \
--text="${text}"
else

View file

@ -181,8 +181,6 @@ RetroArch_update(){
RetroArch_installCores
RetroArch_setUpCoreOptAll
RetroArch_setConfigAll
RetroArch_setupConfigurations
}

View file

@ -13,7 +13,6 @@ steam_input_templateFolder="$HOME/.steam/steam/controller_base/templates/"
es_systemsFile="$HOME/.emulationstation/custom_systems/es_systems.xml"
es_rulesFile="$HOME/.emulationstation/custom_systems/es_find_rules.xml"
es_settingsFile="$HOME/.emulationstation/es_settings.xml"
es_rulesFile="$HOME/.emulationstation/custom_systems/es_find_rules.xml"
ESDE_SetAppImageURLS() {