elementary / switchboard-plug-keyboard

Switchboard Keyboard Plug
GNU General Public License v2.0
28 stars 22 forks source link

InputMethod: Fix ProgressDialog is not used #459

Closed ryonakano closed 1 year ago

ryonakano commented 1 year ago

When I added InputMethod view in #287, I forgot to bring the logic to show the progress dialog from my InputMethod Plug. Thus, this dialog has been a died code since then and never been shown to user. This PR adds that logic and show the progress dialog while installing input method engine:

screenshot