Window namespace should probably be unique
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user