Window namespace should probably be unique

This commit is contained in:
Loporrit
2025-08-15 03:17:36 +00:00
parent 14b27f5ce2
commit 9d1e1ad726

View File

@@ -98,7 +98,7 @@ public sealed class Plugin : IDalamudPlugin
}) })
.ConfigureServices(collection => .ConfigureServices(collection =>
{ {
collection.AddSingleton(new WindowSystem("MareSynchronos")); collection.AddSingleton(new WindowSystem("LoporritSync"));
collection.AddSingleton<FileDialogManager>(); collection.AddSingleton<FileDialogManager>();
// add dalamud services // add dalamud services