From a5fb3c4a05ab9c4abc02cc10c332ab200570b86f Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 1 May 2026 13:13:25 +0200 Subject: [PATCH] fix(main-header): restore play button on mobile when time tracking is on (#7404) Reverts d74a621d68. Hiding the play button until a task is being tracked made starting the timer a 2-step gesture (swipe + menu) on mobile. Users who don't want the button can already disable it via app features. --- .../core-ui/main-header/main-header.component.html | 2 +- src/app/core-ui/main-header/main-header.component.ts | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/app/core-ui/main-header/main-header.component.html b/src/app/core-ui/main-header/main-header.component.html index 56858ac469..441a105f3c 100644 --- a/src/app/core-ui/main-header/main-header.component.html +++ b/src/app/core-ui/main-header/main-header.component.html @@ -4,7 +4,7 @@