Show Name in text prompt

This commit is contained in:
MidoriKami 2024-01-28 18:26:22 -08:00 committed by KazWolfe
parent 31c3c1ecc0
commit e065f3e988

View file

@ -2556,7 +2556,7 @@ internal class PluginInstallerWindow : Window, IDisposable
if (ImGui.MenuItem(Locs.PluginContext_DeletePluginConfigReload))
{
this.ShowDeletePluginConfigWarningModal(plugin.Manifest.InternalName).ContinueWith(t =>
this.ShowDeletePluginConfigWarningModal(plugin.Manifest.Name).ContinueWith(t =>
{
var shouldDelete = t.Result;