From c26057afa436f66e507d0216d8eabff2fe6b0ae1 Mon Sep 17 00:00:00 2001 From: Htylol Date: Thu, 22 Aug 2024 22:06:03 +0500 Subject: [PATCH] This is necessary for tray --- data_from_portwine/scripts/functions_helper | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index dc6cbfbb..f6bc5c73 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -4680,6 +4680,7 @@ resize_png () { fi return 0 } +export -f resize_png # GUI CREATE SHORTCUT portwine_create_shortcut () { @@ -4821,6 +4822,7 @@ portwine_create_shortcut () { fi fi } +export -f portwine_create_shortcut pw_auto_create_shortcut () { if [[ "${PW_CHECK_AUTOINSTALL}" == 1 ]] \