mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-13 05:18:50 +00:00
RPC - Changed 'LargeImageText' to Application.ProductName
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user