mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
UNIVERSAL_DYNAMIC_INPUT: if condition fixed
This commit is contained in:
parent
d560bd18cd
commit
8aede28eb8
|
@ -345,7 +345,7 @@ configurator_wii_and_gamecube_presets_and_settings_dialog() {
|
||||||
}
|
}
|
||||||
|
|
||||||
configurator_dolphin_input_textures_dialog() {
|
configurator_dolphin_input_textures_dialog() {
|
||||||
if [[ -d "w" ]]; then
|
if [[ -d "$dolphinDynamicInputTexturesPath" ]]; then
|
||||||
rd_zenity --question \
|
rd_zenity --question \
|
||||||
--no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
--no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||||
--title "RetroDECK Configurator - Dolphin Textures: Universal Dynamic Input" \
|
--title "RetroDECK Configurator - Dolphin Textures: Universal Dynamic Input" \
|
||||||
|
|
Loading…
Reference in a new issue