diff --git a/pd/nw/index.js b/pd/nw/index.js index 887b44d4295849c8bec17262be6f4782dd12ee2f..6e9da613c3d48c96ffb10ddc1ee07eee7a9542da 100644 --- a/pd/nw/index.js +++ b/pd/nw/index.js @@ -743,6 +743,8 @@ function post_startup_messages() { // These will be the first messages printed to the main Pd window. // Later let's use a link to the docs for new users. pdgui.post("Welcome to Purr Data"); + // Report the nw.js version that we're using. + pdgui.post("nw.js version " + process.versions["nw"]); // Warn the user if the font sizes aren't optimal. Font sizes which // aren't optimal result in extra space at the end of object/message // boxes