From 1e005b5d19befe089c8d9d2bf83d46f4883311d1 Mon Sep 17 00:00:00 2001 From: Vorthas <24818280+Vorthas@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:51:12 -0400 Subject: [PATCH] Add description to tab_data.toml for the printer addition. --- core/tabs/utils/tab_data.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/tabs/utils/tab_data.toml b/core/tabs/utils/tab_data.toml index ceea4738..f11d07b4 100644 --- a/core/tabs/utils/tab_data.toml +++ b/core/tabs/utils/tab_data.toml @@ -80,8 +80,9 @@ script = "monitor-control/set_resolutions.sh" name = "Printers" [[data.entries]] -name = "Install EPSON printer drivers" +name = "Install Epson printer drivers" script = "printers/install-epson-printer-drivers.sh" +descrption = "This script will install the Epson printer drivers." task_list = "I" [[data]]