mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
Switch mostly to Luna Services.
This commit is contained in:
parent
97c8d82b33
commit
3e4e3022d8
200 changed files with 348 additions and 481 deletions
|
|
@ -9,7 +9,6 @@ using OtterGui;
|
|||
using OtterGui.Compression;
|
||||
using OtterGui.Custom;
|
||||
using OtterGui.Raii;
|
||||
using OtterGui.Services;
|
||||
using OtterGui.Text;
|
||||
using OtterGui.Widgets;
|
||||
using Penumbra.Api;
|
||||
|
|
@ -24,7 +23,7 @@ using Penumbra.UI.ModsTab;
|
|||
|
||||
namespace Penumbra.UI.Tabs;
|
||||
|
||||
public class SettingsTab : ITab, IUiService
|
||||
public class SettingsTab : ITab, Luna.IUiService
|
||||
{
|
||||
public const int RootDirectoryMaxLength = 64;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue