Merge pull request #88 from pml68/dev

12-től van délután
This commit is contained in:
Márton Kiss
2024-02-25 21:35:17 +01:00
committed by GitHub
6 changed files with 16 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ class HomePageState extends State<HomePage> with TickerProviderStateMixin {
customWelcome = true;
} else if (now.hour >= 18) {
greeting = "goodevening";
} else if (now.hour >= 10) {
} else if (now.hour >= 12) {
greeting = "goodafternoon";
} else if (now.hour >= 4) {
greeting = "goodmorning";