refactor: timer overrides do not affect minimal

This commit is contained in:
Carlos Valente
2024-05-31 19:14:44 +02:00
committed by Carlos Valente
parent 199ed1617f
commit 4fadb23b07
3 changed files with 5 additions and 64 deletions
@@ -230,13 +230,6 @@ export const MINIMAL_TIMER_OPTIONS: ParamField[] = [
type: 'boolean',
defaultValue: false,
},
{
id: 'hidemessages',
title: 'Hide Message Overlay',
description: 'Whether to hide the overlay from showing timer screen messages',
type: 'boolean',
defaultValue: false,
},
{
id: 'hideendmessage',
title: 'Hide End Message',