From 987f5da3b93844a06d552e6dae6fa6f6868da845 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Thu, 5 Dec 2024 09:06:37 +0530 Subject: [PATCH] Move ZapZap entry to communication apps, remove redundant zoom entry (#925) * refact: ZapZap entry to communication apps, remove redundant zoom entry * Revert userguide.md zapzap --- core/tabs/applications-setup/tab_data.toml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index a1a3ea45..892c1abb 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -39,6 +39,12 @@ description = "Thunderbird is a free, open-source email client that offers power script = "communication-apps/thunderbird-setup.sh" task_list = "I" +[[data.entries]] +name = "ZapZap" +description = "ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta." +script = "communication-apps/zapzap-setup.sh" +task_list = "I" + [[data.entries]] name = "Zoom" description = "Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording." @@ -84,17 +90,6 @@ description = "Sublime Text is a fast, lightweight, and customizable text editor script = "Developer-tools/sublime-setup.sh" task_list = "I" -[[data.entries]] -name = "ZapZap" -description = "ZapZap is an open source whatsapp desktop client for Linux users developed by rafatosta." -script = "communication-apps/zapzap-setup.sh" -task_list = "I" - -[[data.entries]] -name = "Zoom" -description = "Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording." -script = "communication-apps/zoom-setup.sh" - [[data.entries]] name = "VS Code" description = "Visual Studio Code (VS Code) is a lightweight, open-source code editor with built-in support for debugging, version control, and extensions for various programming languages and frameworks."