lukehaas / RunJS

RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
https://runjs.app
2.01k stars 43 forks source link

Menu text is messed up #533

Closed getify closed 1 year ago

getify commented 1 year ago

Here's what menus and the preferences dialog look like for me, with the latest version and on windows 10.

runjs-1 runjs-2 runjs-3

Seems like all those prefix.es on each text item are incorrectly displaying?

lukehaas commented 1 year ago

I’ve seen this happen when the app is opened while an update is installing. Usually just restarting the app fixes this, but if not, you will need to re-install.

getify commented 1 year ago

Indeed, a restart fixed it. Sorry for the false alarm. :)

getify commented 1 year ago

NOTE: when the app says "will install update at next exit"... it's a bit unintuitive to know how long you need to wait after closing, to confirm that the app update has finished. Dunno if there's any way around that, but... it'd be nice if it was a little easier to know the update progress and completion. :)

lukehaas commented 1 year ago

Agreed. I’m going to try and find a way to improve this.