diff options
author | sr55 <[email protected]> | 2017-03-17 21:33:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-03-17 21:33:58 +0000 |
commit | 82a75bd3d9d5db5432275e9e83e1b65e7b7bdbb6 (patch) | |
tree | 79f95c5655be0821d5a4ff33f43bb3d5f471da5f /win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs | |
parent | d9d6e28f2500688d7b6e0fc4b1e5396f237b99cf (diff) |
WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue and Log Files not being stored correctly for Portable mode. #267
Diffstat (limited to 'win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs b/win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs index 2492de888..1db325ab1 100644 --- a/win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs +++ b/win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs @@ -29,7 +29,7 @@ namespace HandBrakeWPF.Utilities /// <summary> /// The Default Log Directory /// </summary> - private static readonly string LogDir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\HandBrake\\logs"; + private static readonly string LogDir = DirectoryUtilities.GetLogDirectory(); #endregion |