Merge pull request #1725 from derrod/bwtest-cbox
UI: Add checkbox for Twitch bandwidth test mode
This commit is contained in:
@@ -257,6 +257,10 @@ ConfirmStart.Text="Are you sure you want to start the stream?"
|
||||
ConfirmStop.Title="Stop Stream?"
|
||||
ConfirmStop.Text="Are you sure you want to stop the stream?"
|
||||
|
||||
# confirm bandwidth test dialog box
|
||||
ConfirmBWTest.Title="Start Bandwidth Test?"
|
||||
ConfirmBWTest.Text="You have OBS configured in bandwidth test mode. This mode allows for network testing without your channel going live. Once you are done testing, you will need to disable it in order for viewers to be able to see your stream.\n\nDo you want to continue?"
|
||||
|
||||
# confirm exit dialog box
|
||||
ConfirmExit.Title="Exit OBS?"
|
||||
ConfirmExit.Text="OBS is currently active. All streams/recordings will be shut down. Are you sure you wish to exit?"
|
||||
@@ -628,6 +632,7 @@ Basic.Settings.Stream.StreamType="Stream Type"
|
||||
Basic.Settings.Stream.Custom.UseAuthentication="Use authentication"
|
||||
Basic.Settings.Stream.Custom.Username="Username"
|
||||
Basic.Settings.Stream.Custom.Password="Password"
|
||||
Basic.Settings.Stream.BandwidthTestMode="Enable Bandwidth Test Mode"
|
||||
|
||||
# basic mode 'output' settings
|
||||
Basic.Settings.Output="Output"
|
||||
|
Reference in New Issue
Block a user