go-chromecast icon indicating copy to clipboard operation
go-chromecast copied to clipboard

Any way to hide the log in the GUI?

Open bgv2 opened this issue 2 years ago • 1 comments

Title.

bgv2 avatar Feb 04 '23 18:02 bgv2

I don't think so unfortunately. It looks like it is set up to always capture the logs: https://github.com/vishen/go-chromecast/blob/master/ui/view_log.go#L11-L32.

It should be possible to pass through a flag to just not execute that function, to disable the logs. But the way it currently is set up it will always show the logs.

vishen avatar Feb 05 '23 05:02 vishen