From 779d2328bd9a3240a2f2a7b8b6a4f83311a139cc Mon Sep 17 00:00:00 2001 From: Cale McCollough Date: Wed, 28 Feb 2024 08:58:02 -0800 Subject: [PATCH] Abilities.Add: Can clock on and off to dummy log #29.A Code is working but not reviewed. --- Extension/Model/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Extension/Model/index.ts b/Extension/Model/index.ts index 042bb65..ead3333 100644 --- a/Extension/Model/index.ts +++ b/Extension/Model/index.ts @@ -22,7 +22,6 @@ export type ModelConfigLocal = { account?: string //< Selected account. mission_ids?: string //< Selected mission. modal_state: number //< State of the modal. - // Options modal_visible: boolean //< Modal is visible flag. repo?: string //< Selected repo. session?: number //< Selected session number.