Skip to content

Commit

Permalink
fix sca
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Aug 26, 2023
1 parent 3e13403 commit 58fe069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analogy.LogViewer.Template/IAnalogy/ProviderSidePaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public abstract class ProviderSidePaging : IAnalogyProviderSidePagingProvider
{
public abstract Guid Id { get; set; }
public virtual string? OptionalTitle { get; set; } = "Server Side Provider";
public virtual bool UseCustomColors { get; set; } = false;
public virtual bool UseCustomColors { get; set; }
public virtual AnalogyToolTip? ToolTip { get; set; } = new AnalogyToolTip("Server Side Provider", "Server Side data Fetcher", "", null, null);
public virtual Image? LargeImage { get; set; } = Resources.ServerMode_32x32;
public virtual Image? SmallImage { get; set; } = Resources.ServerMode_16x16;
Expand Down

0 comments on commit 58fe069

Please sign in to comment.