diff --git a/src/srcrepair/FrmMainW.cs b/src/srcrepair/FrmMainW.cs index 76d0952d..7fc681f5 100644 --- a/src/srcrepair/FrmMainW.cs +++ b/src/srcrepair/FrmMainW.cs @@ -1700,6 +1700,15 @@ private string GetHUDDownloadURI(bool ForceMirror) return Result; } + /// + /// Gets the local screenshot file name of the selected HUD. + /// + /// Returns full path to the HUD screenshot file. + private string GetHUDScreenshotFileName() + { + return Path.Combine(App.AppHUDDir, Path.GetFileName(App.SourceGames[AppSelector.Text].HUDMan[HD_HSel.Text].Preview)); + } + /// /// Downloads HUD archive from the main or reserve server. ///