pretty title

This commit is contained in:
Anna 2022-09-05 04:36:46 -04:00
parent 215946ba2b
commit 12bec47ec1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class PluginUi : IDisposable {
var toRemove = -1;
for (var i = 0; i < this.Modals.Count; i++) {
var (id, text) = this.Modals[i];
if (!ImGui.BeginPopupModal(id)) {
if (!ImGui.BeginPopupModal($"{this.Plugin.Name}###{id}")) {
continue;
}