SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Update toolbar.component.ts #167

Closed SimonBiggs closed 5 years ago

SimonBiggs commented 6 years ago

I figured it wouldn't hurt to make the first pull request I nice small one.

Essentially this was just changing the text when you hover your mouse over the 'reset kernel' button. Clarifying that it will delete variables. Previously it said 'clear inputs', but strictly in the current implementation that is not actually happening.

SimonBiggs commented 6 years ago

Also, no need to worry about the appveyor fail. I've actually now deleted appveyor integration for the time being.

Eventually it will be nice to have appveyor and Sauce Labs.