Scripts version 2172

This commit is contained in:
castro-fidel
2023-03-01 00:51:42 +03:00
parent 9448097837
commit bf888095f5
5 changed files with 17 additions and 8 deletions

View File

@ -487,7 +487,7 @@ portwine_create_shortcut () {
cp -f "${PORT_WINE_PATH}/${name_desktop}.desktop" "${HOME}/Рабочий стол/"
fi
fi
xdg-open "${PORT_WINE_PATH}" 2>1 >/dev/null &
[[ "$1" != silent ]] && xdg-open "${PORT_WINE_PATH}" 2>1 >/dev/null &
}
portwine_delete_shortcut () {