mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Add IconBrowser Widget
This commit is contained in:
parent
a50c18855d
commit
8fde0af0f9
2 changed files with 217 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Numerics;
|
||||
|
||||
|
|
@ -50,6 +49,7 @@ internal class DataWindow : Window
|
|||
new UIColorWidget(),
|
||||
new DataShareWidget(),
|
||||
new NetworkMonitorWidget(),
|
||||
new IconBrowserWidget(),
|
||||
};
|
||||
|
||||
private readonly IOrderedEnumerable<IDataWindowWidget> orderedModules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue