Unverified Commit 5875ac84 authored by Mikhail Tergoev's avatar Mikhail Tergoev Committed by GitHub

Merge pull request #41 from zorn-v/patch-3

Fix stop portwine with GUI_DISABLED_CS=1
parents b4846251 bc5fe4c1
......@@ -842,7 +842,7 @@ if [[ -z "${PW_DISABLED_CREATE_DB}" ]] ; then
edit_db_from_gui PW_VULKAN_USE PW_WINE_USE PW_PREFIX_NAME
fi
case "$PW_YAD_SET" in
[ -n "$PW_YAD_SET" ] && case "$PW_YAD_SET" in
98) portwine_delete_shortcut ;;
100) portwine_create_shortcut ;;
DEBUG|102) portwine_start_debug ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment