From 7ffb58c9ac3a04c68d4dd4df5f45bb626f4b301d Mon Sep 17 00:00:00 2001 From: unknown <55nknown@pm.me> Date: Wed, 1 Sep 2021 14:11:30 +0200 Subject: [PATCH] art icon appears for geography --- filcnaplo/lib/helpers/subject_icon.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filcnaplo/lib/helpers/subject_icon.dart b/filcnaplo/lib/helpers/subject_icon.dart index ee08df4..87a024f 100644 --- a/filcnaplo/lib/helpers/subject_icon.dart +++ b/filcnaplo/lib/helpers/subject_icon.dart @@ -14,9 +14,9 @@ class SubjectIcon { if (RegExp("mate(k|matika)").hasMatch(name) || category == "matematika") return Icons.calculate_outlined; if (RegExp("magyar nyelv|nyelvtan").hasMatch(name)) return Icons.spellcheck_outlined; if (RegExp("irodalom").hasMatch(name)) return Icons.menu_book_outlined; - if (RegExp("rajz|muvtori|muveszet|kultura").hasMatch(name)) return Icons.palette_outlined; if (RegExp("tor(i|tenelem)").hasMatch(name)) return Icons.hourglass_empty_outlined; if (RegExp("foldrajz").hasMatch(name)) return Icons.public_outlined; + if (RegExp("rajz|muvtori|muveszet|kultura").hasMatch(name)) return Icons.palette_outlined; if (RegExp("fizika").hasMatch(name)) return Icons.emoji_objects_outlined; if (RegExp("^enek|zene|szolfezs|zongora|korus").hasMatch(name)) return Icons.music_note_outlined; if (RegExp("^tes(i|tneveles)|sport").hasMatch(name)) return Icons.sports_soccer_outlined;