cortex-command-community / Cortex-Command-Legacy-Mod-Converter

MIT License
4 stars 5 forks source link

Show a popup on the first time the converter is run that explains what it's used for #14

Closed MyNameIsTrez closed 3 years ago

MyNameIsTrez commented 3 years ago

Is your feature request related to a problem? Please describe. Users who open the converter executable without knowledge of this converter project might get confused by what it does.

Describe the solution you'd like Show a popup on the first time the converter is run that explains what it is used for in one to two sentences. Also explain that if they want more information they can click on the GitHub or Discord icon in the converter's UI at any time.

The way the converter will know whether it's run for the first time is by checking if a settings file has been found, and if not, show the popup. After the popup is shown the user should have a button that closes the popup. There's no need to add something like a "shown_first_time_popup" flag to the settings after the user has closed the popup, as it's fine if the popup is shown again when the settings file couldn't be found for whatever reason.