From 4d29719bb929b5cda1892bc0c8a3daec3d420b0a Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Wed, 26 Mar 2025 14:17:30 +0100 Subject: [PATCH] rename duplicate ids --- resources/ui/create-card.blp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/ui/create-card.blp b/resources/ui/create-card.blp index f947a53..e3e4877 100644 --- a/resources/ui/create-card.blp +++ b/resources/ui/create-card.blp @@ -10,14 +10,14 @@ template $FlashcardsCreateCardDialog : Adw.AlertDialog { ] response => $on_response(); - Adw.EntryRow entry { + Adw.EntryRow titleEntry { title: _("Title"); styles [ "card", ] } - Adw.EntryRow entry { + Adw.EntryRow answerEntry { title: _("Answer"); styles [ "card",