Returns a boolean indicating whether the save window is open.
boolean
function getInTrackSaver(state) { return state.views["TrackSaver"] === "save"; }