From 18effb833cd5fa32ab479cee94aa7de6e38ee45a Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Sun, 31 Aug 2025 16:31:34 +0200 Subject: [PATCH] tt: show class group --- firka/lib/ui/phone/widgets/lesson.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firka/lib/ui/phone/widgets/lesson.dart b/firka/lib/ui/phone/widgets/lesson.dart index 5cc1f23..92446dc 100644 --- a/firka/lib/ui/phone/widgets/lesson.dart +++ b/firka/lib/ui/phone/widgets/lesson.dart @@ -268,7 +268,7 @@ void showLessonBottomSheet( crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( - lesson.name, + "${lesson.name} ${statsForNerdsEnabled ? "(${lesson.classGroup?.name ?? ''})" : ""}", style: appStyle.fonts.H_18px .apply(color: appStyle.colors.textPrimary), ),