File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 525525 <ListView .View>
526526 <GridView x : Name =" queueGridView" >
527527 <GridView .Columns>
528- <!-- <GridViewColumn Width="200" Header="Source" CellTemplate="{StaticResource SourceQueueTemplate}" />
529- <GridViewColumn Width="35" Header="Title" CellTemplate="{StaticResource TitleQueueTemplate}" />
530- <GridViewColumn Width="60" Header="Chapters" CellTemplate="{StaticResource ChaptersQueueTemplate}" />
531- <GridViewColumn Width="200" Header="Destination" CellTemplate="{StaticResource DestinationQueueTemplate}" />-->
532528 <GridViewColumn Width =" 75" CellTemplate =" {StaticResource QueueRemoveTemplate}" />
533529 </GridView .Columns>
534530 </GridView >
Original file line number Diff line number Diff line change @@ -116,11 +116,8 @@ public MainViewModel()
116116
117117 List < Preset > presets = new List < Preset > ( ) ;
118118
119- System . Diagnostics . Stopwatch watch = System . Diagnostics . Stopwatch . StartNew ( ) ;
120119 this . builtInPresets = Presets . BuiltInPresets ;
121120 List < Preset > userPresets = Presets . UserPresets ;
122- watch . Stop ( ) ;
123- System . Diagnostics . Debug . WriteLine ( "Loading presets took: " + watch . Elapsed ) ;
124121
125122 this . allPresets = new ObservableCollection < PresetViewModel > ( ) ;
126123 var unmodifiedPresets = userPresets . Where ( preset => ! preset . IsModified ) ;
You can’t perform that action at this time.
0 commit comments