mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +01:00
Some structure for UI shit
This commit is contained in:
parent
ef2f2cff5c
commit
70371b6467
11 changed files with 2 additions and 7 deletions
|
|
@ -72,8 +72,4 @@
|
|||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="UI\Partials\Mod" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
@ -3,7 +3,6 @@ using System.Linq;
|
|||
using System.Numerics;
|
||||
using Dalamud.Interface;
|
||||
using ImGuiNET;
|
||||
using ImGuiScene;
|
||||
using Newtonsoft.Json;
|
||||
using Penumbra.Models;
|
||||
using Penumbra.Mods;
|
||||
|
|
@ -5,7 +5,7 @@ namespace Penumbra.UI
|
|||
{
|
||||
public partial class SettingsInterface
|
||||
{
|
||||
private partial class SettingsMenu
|
||||
private class SettingsMenu
|
||||
{
|
||||
private const string PenumbraSettingsLabel = "PenumbraSettings";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue