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:
@@ -8,7 +8,7 @@ jobs:
|
||||
Build-TelegramBotBase:
|
||||
env:
|
||||
APP_PROJECT_NAME: TelegramBotBase
|
||||
PACKAGE_VERSION: "123.1.5"
|
||||
PACKAGE_VERSION: "123.1.6"
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
|
||||
@@ -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