mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 07:15:37 +00:00
Merge branch 'cooker' of https://github.com/XargonWan/RetroDECK into cooker
This commit is contained in:
commit
2d47020574
|
@ -296,10 +296,10 @@ input_overlay_aspect_adjust_landscape = "0.000000"
|
|||
input_overlay_aspect_adjust_portrait = "0.000000"
|
||||
input_overlay_auto_rotate = "false"
|
||||
input_overlay_auto_scale = "false"
|
||||
input_overlay_behind_menu = "false"
|
||||
input_overlay_behind_menu = "true"
|
||||
input_overlay_enable = "true"
|
||||
input_overlay_enable_autopreferred = "true"
|
||||
input_overlay_hide_in_menu = "true"
|
||||
input_overlay_hide_in_menu = "false"
|
||||
input_overlay_hide_when_gamepad_connected = "false"
|
||||
input_overlay_next = "nul"
|
||||
input_overlay_next_axis = "nul"
|
||||
|
|
|
@ -14,3 +14,11 @@ if [ $? == 0 ] #yes - Internal
|
|||
then
|
||||
find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv --
|
||||
fi
|
||||
|
||||
zenity \
|
||||
--icon-name=net.retrodeck.retrodeck \
|
||||
--info \
|
||||
--no-wrap \
|
||||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||
--title "RetroDECK" \
|
||||
--text="Miximages successfully cleaned, please restart RetroDECK to reload the games list."
|
Loading…
Reference in a new issue