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

MIT License
4 stars 5 forks source link

Have the converter show a popup window when there are issues that couldn't automatically be fixed #9

Closed MyNameIsTrez closed 3 years ago

MyNameIsTrez commented 3 years ago

Is your feature request related to a problem? Please describe. There are rare cases where things have to be changed - like with PlaySound() -, but the changes are too difficult to automatically fix.

Describe the solution you'd like Show a popup window when there are issues that couldn't automatically be fixed.

Use popup_scrolled from PySimpleGUI for this.

MyNameIsTrez commented 3 years ago

Done: d832e75