Skip to content
Snippets Groups Projects
Commit e30f3cc3 authored by Albert Gräf's avatar Albert Gräf
Browse files

Report the nw.js version during startup.

parent 23849678
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment