Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.53k stars 572 forks source link

Feature request: add option to disable Settings dialog at 1st time usage #2409

Closed PietJankbal closed 2 years ago

PietJankbal commented 2 years ago

Hi,

I wonder if it would be possible to add option to disable the pop-up Settings dialog the 1st time you start Con-emu.

I know the -reset option, but that resets all settings. I have some code that calls Conemu, and to disable the pop-up of Settings dialog (sorry, i find that annoying), I added the -reset option, but now when code is ran 2nd time, every setting is reset again. I could fix it on my side, but I just wonder if its an option to fix it in Conemu. If not, thats ok with me, then I`ll close the issue.

For the rest: Keep up the good work, the application is great!

PietJankbal commented 2 years ago

Hi, I fixed this in my own code by automatically sending a keystroke "Enter" to the fast configuration window to dismiss it.