From 71e975a68c422e0887e71b1a3f9c848ae3469e18 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Fri, 27 Jun 2025 22:58:20 +1000 Subject: [PATCH] Update Calculator plugin description (#3781) --- Plugins/Flow.Launcher.Plugin.Calculator/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/plugin.json b/Plugins/Flow.Launcher.Plugin.Calculator/plugin.json index 485babd26..3168edfcc 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.Calculator/plugin.json @@ -2,11 +2,11 @@ "ID": "CEA0FDFC6D3B4085823D60DC76F28855", "ActionKeyword": "*", "Name": "Calculator", - "Description": "Provide mathematical calculations.(Try 5*3-2 in Flow Launcher)", + "Description": "Perform mathematical calculations (including hexadecimal values)", "Author": "cxfksword", "Version": "1.0.0", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.Calculator.dll", "IcoPath": "Images\\calculator.png" -} \ No newline at end of file +}