From 9295b6f5ec75f36d52972507600aafd6fd3923e6 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 8 Dec 2023 20:16:39 +0100 Subject: [PATCH] Added icon --- I18N Commander/App/scenes/BtnIcon.cs | 4 ++++ 1 file changed, 4 insertions(+) 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