anki-connect
anki-connect copied to clipboard
guiBrowse doesn't open in foreground
When running curl localhost:8765 -X POST -d '{"action": "guiBrowse", "version": 6}'
in my shell when there is no open instance of the Card Browser dialog, the Card Browser dialog opens in the background, behind the shell. When running the same with an open instance of the Card Browser dialog, it pops into the foreground, on the other hand. It would be better if it were to open in the foreground in both cases. Other actions, like guiAddCards or guiEditNote, make the GUI appear in the foreground in both cases too.