mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Adding icons. Progress Bar.
This commit is contained in:
parent
980cb790d4
commit
9af3ad400b
13 changed files with 355 additions and 19 deletions
|
|
@ -94,7 +94,8 @@ namespace butterflow_ui
|
|||
this.OptionsConfiguration.Height = e.Value;
|
||||
break;
|
||||
case ButterflowWrapper.ButterflowOutputType.Progress:
|
||||
break;
|
||||
// This case doesn't need to be considered since we're binding the progress bar's value to a property on the butterflow wrapper.
|
||||
// We may use this in the future, though.
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
@ -112,7 +113,7 @@ namespace butterflow_ui
|
|||
if (result.HasValue && result.Value)
|
||||
{
|
||||
this.OptionsConfiguration.VideoInput = ofd.FileName;
|
||||
|
||||
|
||||
this.ButterflowWrapper.Probe(ofd.FileName);
|
||||
|
||||
//Hack to get the first frame to display in the media preview element.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue