Unverified Commit dbc04a50 authored by Mikhail Tergoev's avatar Mikhail Tergoev Committed by GitHub

Merge pull request #310 from Htylol/for-tray

This is necessary for tray
parents a1bcb2dc c26057af
...@@ -4707,6 +4707,7 @@ resize_png () { ...@@ -4707,6 +4707,7 @@ resize_png () {
fi fi
return 0 return 0
} }
export -f resize_png
# GUI CREATE SHORTCUT # GUI CREATE SHORTCUT
portwine_create_shortcut () { portwine_create_shortcut () {
...@@ -4848,6 +4849,7 @@ portwine_create_shortcut () { ...@@ -4848,6 +4849,7 @@ portwine_create_shortcut () {
fi fi
fi fi
} }
export -f portwine_create_shortcut
pw_auto_create_shortcut () { pw_auto_create_shortcut () {
if [[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] \ if [[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] \
......
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