csgoverview
csgoverview copied to clipboard
Windows file picker
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.
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).