diff --git a/OSRTT Launcher/OSRTT Launcher/LiveView.cs b/OSRTT Launcher/OSRTT Launcher/LiveView.cs index 4efbd7e..2dd6b82 100644 --- a/OSRTT Launcher/OSRTT Launcher/LiveView.cs +++ b/OSRTT Launcher/OSRTT Launcher/LiveView.cs @@ -254,7 +254,7 @@ private void saveAsPNGBtn_Click(object sender, EventArgs e) graphedData.Plot.Style(figureBackground: Color.Transparent, dataBackground: Color.Transparent); graphedData.Plot.SaveFig(path + "\\" + d.ToString("yyMMdd-HHmmss") + "-Live-OSRTT.png", 1920, 1080, false); graphedData.Plot.Style(figureBackground: bnColor, dataBackground: bnColor); - Process.Start("explorer.exe", resultsFolderPath); + Process.Start("explorer.exe", path); } private void saveGraphNoHSpanBtn_Click(object sender, EventArgs e) @@ -280,7 +280,7 @@ private void saveGraphNoHSpanBtn_Click(object sender, EventArgs e) graphedData.Plot.Style(figureBackground: Color.Transparent, dataBackground: Color.Transparent); graphedData.Plot.SaveFig(path + "\\" + d.ToString("yyMMdd-HHmmss") + "-Live-OSRTT.png", 1920, 1080, false); graphedData.Plot.Style(figureBackground: bnColor, dataBackground: bnColor); - Process.Start("explorer.exe", resultsFolderPath); + Process.Start("explorer.exe", path); foreach (var i in plots) {