amlwwalker / got-qt

A framework for building cross platform GUI interfaces in Go and QML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example project opens Finder on every launch

gavbaa opened this issue · comments

Having followed installation instructions, upon running qtdeploy test desktop or running the actual compiled binary via the Makefile's deploy/darwin/${GUI_DIR}.app/Contents/MacOS/${GUI_DIR}, a Finder window opens up first, whether or not the application opens. Is that expected?

Hello, I will have to have a look at the code, but yes it's quite possible, I was playing with adding standard features someone might want and a finder (to select a file to process in the app, eg for upload) was one of them. If I remember rightly u can use it to select a file and the backend will receive the path