added notification when closing the WH when the application is running

This commit is contained in:
Sergey Palcheh
2025-09-24 12:16:58 +06:00
parent 463306d0cf
commit 9f994a8cc3
2 changed files with 37 additions and 4 deletions

View File

@@ -1389,9 +1389,9 @@ wine_run () {
echo "##### Лог WINE #####" | tee -a "$LOG_FILE"
$MANGOHUD_RUN "$WINELOADER" "$@" $LAUNCH_PARAMETERS 2>&1 | tee -a "$LOG_FILE"
else
$MANGOHUD_RUN "$WINELOADER" "$@" $LAUNCH_PARAMETERS
exec $MANGOHUD_RUN "$WINELOADER" "$@" $LAUNCH_PARAMETERS
fi
wait_wineserver
# wait_wineserver
}
wine_run_install () {