forked from CastroFidel/PortWINE
Merge branch 'fix-for-portwine_missing_shortcut' of github.com:Htylol/PortWINE into Htylol-fix-for-portwine_missing_shortcut
This commit is contained in:
@ -6136,9 +6136,12 @@ portwine_missing_shortcut () {
|
||||
if [[ $? -eq "0" ]] ; then
|
||||
portwine_delete_shortcut
|
||||
fi
|
||||
if [[ -n "$TAB_MAIN_MENU" ]]
|
||||
then restart_pp
|
||||
else exit 0
|
||||
if [[ -n $AI_SKIP ]]
|
||||
then
|
||||
unset TAB_MAIN_MENU
|
||||
restart_pp
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user