diff --git a/I18N Commander/App/scenes/BtnIcon.cs b/I18N Commander/App/scenes/BtnIcon.cs index 7ca34c8..a2a6351 100644 --- a/I18N Commander/App/scenes/BtnIcon.cs +++ b/I18N Commander/App/scenes/BtnIcon.cs @@ -7,4 +7,8 @@ public partial class BtnIcon : Control [Export] [ExportGroup("Data")] public string Text { get; set; } = string.Empty; + + [Export] + [ExportGroup("Data")] + public Texture Icon { get; set; } } \ No newline at end of file