We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb336c6 commit c790d68Copy full SHA for c790d68
Plugins/Flow.Launcher.Plugin.Calculator/Main.cs
@@ -4,9 +4,9 @@
4
using System.Runtime.InteropServices;
5
using System.Text.RegularExpressions;
6
using System.Windows.Controls;
7
-using Mages.Core;
8
using Flow.Launcher.Plugin.Calculator.ViewModels;
9
using Flow.Launcher.Plugin.Calculator.Views;
+using Mages.Core;
10
11
namespace Flow.Launcher.Plugin.Calculator
12
{
@@ -90,7 +90,7 @@ public List<Result> Query(Query query)
90
Title = newResult,
91
IcoPath = "Images/calculator.png",
92
Score = 300,
93
- SubTitle = Context.API.GetTranslation("flowlauncher_plugin_calculator_copy_number_to_clipboard"),
+ SubTitle = "0x" + ((int)roundedResult).ToString("X"),
94
CopyText = newResult,
95
Action = c =>
96
0 commit comments