Enchancement to override Label._renderNecessary
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 37s
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 37s
This commit is contained in:
@@ -14,7 +14,7 @@ namespace TelegramBotBase.Controls.Inline;
|
||||
[DebuggerDisplay("{Text}")]
|
||||
public class Label : ControlBase
|
||||
{
|
||||
private bool _renderNecessary = true;
|
||||
protected bool _renderNecessary = true;
|
||||
|
||||
private string _text = Default.Language["Label_Text"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user