refactor: use MyPluginInfo for plugin attributes
This commit is contained in:
parent
2619d05374
commit
31e2cda45b
3 changed files with 8 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue