mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 16:27:47 +01:00
Make everything services.
This commit is contained in:
parent
cf1dcfcb7c
commit
e05dbe9885
81 changed files with 220 additions and 317 deletions
|
|
@ -9,6 +9,7 @@ using OtterGui;
|
|||
using OtterGui.Compression;
|
||||
using OtterGui.Custom;
|
||||
using OtterGui.Raii;
|
||||
using OtterGui.Services;
|
||||
using OtterGui.Widgets;
|
||||
using Penumbra.Api;
|
||||
using Penumbra.Interop.Services;
|
||||
|
|
@ -19,7 +20,7 @@ using Penumbra.UI.ModsTab;
|
|||
|
||||
namespace Penumbra.UI.Tabs;
|
||||
|
||||
public class SettingsTab : ITab
|
||||
public class SettingsTab : ITab, IUiService
|
||||
{
|
||||
public const int RootDirectoryMaxLength = 64;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue