From 18bc82f4aa8f76b625715b91cefb981c0050dc83 Mon Sep 17 00:00:00 2001 From: mpeter50 <83356418+mpeter50@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:05:04 +0000 Subject: [PATCH] Update NeoChat client description mark windows support --- src/open/clients/NeoChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open/clients/NeoChat.js b/src/open/clients/NeoChat.js index 2e43a11..a6d0618 100644 --- a/src/open/clients/NeoChat.js +++ b/src/open/clients/NeoChat.js @@ -23,7 +23,7 @@ export class NeoChat { get icon() { return "images/client-icons/org.kde.neochat.svg"; } get author() { return "Tobias Fella and Carl Schwan"; } get homepage() { return "https://apps.kde.org/neochat/"; } - get platforms() { return [Platform.Linux]; } + get platforms() { return [Platform.Linux, Platform.Windows]; } get description() { return 'NeoChat is a convergent, cross-platform Matrix client.'; } getMaturity(platform) { return Maturity.Beta; } getDeepLink(platform, link) {