diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index d8620555..f3ad5546 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -6346,6 +6346,7 @@ pw_auto_create_shortcut () { pw_init_db export PW_NO_RESTART_PPDB="1" edit_db_from_gui PW_PREFIX_NAME LAUNCH_URI + unset PW_ICON_FOR_YAD name_desktop_png portwine_create_shortcut fi fi @@ -6372,6 +6373,7 @@ pw_auto_create_shortcut () { export portwine_exe="$exe_path" resize_png "$portwine_exe" "${PORTPROTON_NAME}" "48" "128" export PW_NO_RESTART_PPDB=1 + unset PW_ICON_FOR_YAD name_desktop_png portwine_create_shortcut fi done