refactor: use MyPluginInfo for plugin attributes

This commit is contained in:
anavoi 2025-07-13 12:18:40 +02:00
commit 31e2cda45b
3 changed files with 8 additions and 9 deletions

View file

@ -223,7 +223,7 @@ Please refer to the documentation for more information.");
{
if (menu_shown)
{
gmenu = GUILayout.Window(121, gmenu, ShowOurWindow, $"{Plugin.PluginName} [{Plugin.PluginVersion}]");
gmenu = GUILayout.Window(121, gmenu, ShowOurWindow, $"{MyPluginInfo.PLUGIN_NAME} [{MyPluginInfo.PLUGIN_VERSION}]");
}
if (error_shown)