csgoverview icon indicating copy to clipboard operation
csgoverview copied to clipboard

Windows file picker

Open Linus4 opened this issue 4 years ago • 1 comments

When launching csgoverview.exe without an argument (path to a demo) and not by right-clicking a demo and selecting 'Open With', a file picker window should appear that lets the user pick a demo to watch.

Somehow, this must be called from within golang in main_windows.go.

Compare with this piece of code for linux. This would also have to be moved to main_linux.go.

Some more refactoring is probably necessary.

Linus4 avatar Aug 16 '20 02:08 Linus4

https://github.com/harry1453/go-common-file-dialog

Also possible to add another non-zenity picker option via GTK. All-in-one library (note the non-merged PRs).

xXxhaxmeister42xXx avatar Sep 01 '20 12:09 xXxhaxmeister42xXx