You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, this is incorrect, when you click the "Console Based" it should show --console and when clicking "Window Based" it should show --windowed.
Looking at options.map(x => x.option_strings) in the UI, it seems this option has three possible strings per state (console / window). A solution to this would be to always try to get the second string but use the first if there is no second; looks like this handles each option well still - verification: options.map(x => x.option_strings[x.option_strings.length === 1 ? 0 : 1]).
I've just put a commit into develop now, thanks heaps for this.
The command specifications in the Current Command textarea should match the descriptions that are written in "( )"s above the buttons in the UI:
--noconsole
--windowed
--nowindowed
--console
configurations.js
index.html
fileThis issue is informative as well as a request. I may be able to fix this myself soon.
The text was updated successfully, but these errors were encountered: