Using prettier button

This commit is contained in:
2025-09-17 13:11:48 +02:00
parent b0379fba05
commit de29f522ba
2 changed files with 4 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ public class MainWindow
}
shortcutsGroup = group;
var addButton = builder.GetObject("add_shortcut_button") as ActionRow;
var addButton = builder.GetObject("add_shortcut_button") as ButtonRow;
if (addButton == null)
{
throw new Exception("Failed to load UI element with ID: add_shortcut_button");