diff options
author | sr55 <[email protected]> | 2020-04-11 21:43:59 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-04-11 21:43:59 +0100 |
commit | c0a4500498efdc8fe4d0083432af8423d2e8ddbd (patch) | |
tree | 92c9e05eab9f78ec41ac7731d3d6cc2e3a03aad3 /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | fa81cfaf559d8a53a86a9958025e2d4674887910 (diff) |
WinGui: Improve Langauge for process isolation and be clear what it is, and how it works.
Locked down protable mode so process isolation can't be tricked to be on.
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index 7e1e30b8b..7bdf757a8 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -59,8 +59,8 @@ namespace HandBrakeWPF public const string PlaySoundWhenDone = "PlaySoundWhenDone";
public const string PlaySoundWhenQueueDone = "PlaySoundWhenQueueDone";
public const string WhenDoneAudioFile = "WhenDoneAudioFile";
- public const string RemoteServiceEnabled = "RemoteServiceEnabled";
- public const string RemoteServicePort = "RemoteServicePort";
+ public const string ProcessIsolationEnabled = "ProcessIsolationEnabled";
+ public const string ProcessIsolationPort = "ProcessIsolationPort";
public const string EnableQuickSyncEncoding = "EnableQuickSyncEncoding";
public const string EnableVceEncoder = "EnableVceEncoder";
public const string EnableNvencEncoder = "EnableNvencEncoder";
|