Has Overlay
Returns a nullable string
indicating which window overlay is active.
Syntax
function getHasOverlay(state) {return (
state.views["About"] ||
state.views["TrackLoader"] ||
state.views["TrackSaver"] ||
state.views["VideoExporter"] ||
state.views["ReleaseNotes"]
);}