File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11// Author: Deci | Project: SmartImage.Lib | Name: FlareSolverrClient.cs
22// Date: 2024/10/25 @ 12:10:45
33
4+ using System . Diagnostics ;
45using System . Reflection ;
56using CliWrap ;
67using FlareSolverrSharp ;
@@ -34,6 +35,7 @@ public bool Configure(string api)
3435
3536 Client = new HttpClient ( Clearance ) ;
3637
38+ Trace . WriteLine ( $ "{ nameof ( FlareSolverrClient ) } : init { api } ") ;
3739 return HasClient ;
3840 }
3941
Original file line number Diff line number Diff line change 151151 <Setter Property =" Background" Value =" SandyBrown" />
152152 <Setter Property =" Foreground" Value =" Black" />
153153 </DataTrigger >
154+ <DataTrigger Binding =" {Binding Result.Root.Engine.Name}" Value =" TinEye" >
155+ <Setter Property =" Background" Value =" PaleTurquoise" />
156+ <Setter Property =" Foreground" Value =" Black" />
157+ </DataTrigger >
154158
155159 <DataTrigger Binding =" {Binding Result.Root.Engine.IsAdvanced}" Value =" False" >
156160 <!-- <Setter Property="FontStyle" Value="Italic" /> -->
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public MainWindow()
202202
203203 private readonly ICollectionView m_cvResults ;
204204
205- private static readonly ILogger Logger = LoggerFactory
205+ private static readonly ILogger s_logger = LoggerFactory
206206 . Create ( builder => builder . AddDebug ( ) . AddProvider ( new DebugLoggerProvider ( ) ) )
207207 . CreateLogger ( nameof ( MainWindow ) ) ;
208208
@@ -1508,5 +1508,4 @@ private void SetRenderMode()
15081508 }
15091509 }
15101510
1511-
15121511}
Original file line number Diff line number Diff line change 1313 <AssemblyName >SmartImage</AssemblyName >
1414 <ApplicationIcon >Icon.ico</ApplicationIcon >
1515 <FileVersion ></FileVersion >
16- <AssemblyVersion >4.0.5 .0</AssemblyVersion >
16+ <AssemblyVersion >4.0.6 .0</AssemblyVersion >
1717 <NoWarn >IDE0290</NoWarn >
1818 <EnableSourceControlManagerQueries >True</EnableSourceControlManagerQueries >
1919 <IncludeNativeLibrariesForSelfExtract >true</IncludeNativeLibrariesForSelfExtract >
You can’t perform that action at this time.
0 commit comments