leehaut opened a new pull request, #7226:
URL: https://github.com/apache/hop/pull/7226

   Fix https://github.com/apache/hop/issues/7223
   
   - Add `getApplicationWindowTitle()` in `HopGui` so the desktop main window 
title includes the runtime version from `HopVersionProvider` (e.g. `Hop - 
2.19.0-SNAPSHOT`).
   - Add `getWebPageTitle()` in `HopWeb` so the browser tab title for both 
`/ui` and `/ui-dark` entry points includes the same version (e.g. `Apache Hop 
Web - 2.19.0-SNAPSHOT`).
   - Reuse the existing `HopVersionProvider` used by the About dialog; when no 
implementation version is available (typical IDE classpath runs), titles fall 
back to the previous behavior without a version suffix.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to