From 4d3a31e21558d10410308c26aab805b56fb7ed9b Mon Sep 17 00:00:00 2001
From: KawaiiZapic <577358285@qq.com>
Date: Mon, 27 Nov 2023 12:35:24 +0800
Subject: [PATCH] feat: match powertoy 0.75.0 breaking change
---
Main.cs | 1 +
PowertoysRunTOTP.csproj | 2 +-
plugin.json | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Main.cs b/Main.cs
index a7e7d05..4a4677d 100644
--- a/Main.cs
+++ b/Main.cs
@@ -11,6 +11,7 @@ namespace PowerToysRunTOTP
public class Main : IPlugin
{
+ public static string PluginID => "2FC51DBA9F0F42108E26602486C186C1";
private string IconCopy { get; set; }
private string IconAdd { get; set; }
private string IconWarn { get; set; }
diff --git a/PowertoysRunTOTP.csproj b/PowertoysRunTOTP.csproj
index 2e69e50..5a2ab09 100644
--- a/PowertoysRunTOTP.csproj
+++ b/PowertoysRunTOTP.csproj
@@ -9,7 +9,7 @@