Scripts version 2190

This commit is contained in:
Mikhail Tergoev
2023-05-28 16:22:01 +03:00
parent d90e596f99
commit b0f10aea1d
19 changed files with 32 additions and 105 deletions

View File

@ -103,7 +103,7 @@ export -f pw_stop_progress_bar_cover
open_changelog () {
"${pw_yad}" --title="$loc_gui_changelog" --borders=10 --no-buttons --text-align=center \
--text-info --show-uri --wrap --center --width=1200 --height=550 --uri-color=red \
--text-info --show-uri --wrap --center --width=1200 --height=700 --uri-color=red \
--filename="${PORT_WINE_PATH}/data/${PW_CHANGELOG_FILE}"
}
export -f open_changelog