UI: Add confirmation dialog if there are no sources
This adds a confirmation dialog for streaming or recording if there are no sources. Closes obsproject/obs-studio#1344
This commit is contained in:
@@ -845,3 +845,8 @@ OutputWarnings.MP4Recording="Warning: Recordings saved to MP4 will be unrecovera
|
||||
# deleting final scene
|
||||
FinalScene.Title="Delete Scene"
|
||||
FinalScene.Text="There needs to be at least one scene."
|
||||
|
||||
# no sources
|
||||
NoSources.Title="No Sources"
|
||||
NoSources.Text="It looks like you haven't added any video sources yet, so you will only be outputting a blank screen. Are you sure you want to do this?"
|
||||
NoSources.Text.AddSource="You can add sources by clicking the + icon under the Sources box in the main window at any time."
|
||||
|
Reference in New Issue
Block a user