Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
21.84k stars 835 forks source link

Focus Improvement on Profile Save Dialog #733

Open Attacktive opened 2 years ago

Attacktive commented 2 years ago

On Save new profile dialog, I'm no expert on Qt but I think TextField is supposed to be focused.

TextField {
    ...
    Component.onCompleted: forceActiveFocus()
    ...
}

However, hitting OK or Cancel button takes focus on version 1.2.0.

https://user-images.githubusercontent.com/66462458/177458809-7e287343-e5a8-4896-88a9-977490cb7af7.mp4

Thanks for the nice program.