RPC - Changed 'LargeImageText' to Application.ProductName

This commit is contained in:
miku-666
2023-06-15 20:59:38 +02:00
parent 45c365b60a
commit 045b195a09

View File

@@ -13,7 +13,7 @@ namespace PckStudio.Classes.Misc
private static readonly Assets _assets = new Assets()
{
LargeImageKey = "pcklgo",
LargeImageText = "PCK-Studio",
LargeImageText = System.Windows.Forms.Application.ProductName,
};
private static readonly Button[] _buttons = new Button[]