Window namespace should probably be unique
This commit is contained in:
@@ -98,7 +98,7 @@ public sealed class Plugin : IDalamudPlugin
|
||||
})
|
||||
.ConfigureServices(collection =>
|
||||
{
|
||||
collection.AddSingleton(new WindowSystem("MareSynchronos"));
|
||||
collection.AddSingleton(new WindowSystem("LoporritSync"));
|
||||
collection.AddSingleton<FileDialogManager>();
|
||||
|
||||
// add dalamud services
|
||||
|
||||
Reference in New Issue
Block a user