mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Added Enabled State API.
This commit is contained in:
parent
8b156c7d58
commit
6039be8685
7 changed files with 102 additions and 22 deletions
|
|
@ -31,7 +31,9 @@ public partial class ConfigWindow
|
|||
.RegisterEntry( "Meta Manipulation editing now highlights if the selected ID is 0 or 1." )
|
||||
.RegisterEntry( "Fixed a bug when manually adding EQP or EQDP entries to Mods." )
|
||||
.RegisterEntry( "Updated some tooltips and hints." )
|
||||
.RegisterEntry( "Backend changes regarding API/IPC, consumers can but do not need to use the Penumbra.Api library as a submodule." );
|
||||
.RegisterEntry( "Backend changes regarding API/IPC, consumers can but do not need to use the Penumbra.Api library as a submodule." )
|
||||
.RegisterEntry( "Added API to delete mods and read and set their pseudo-filesystem paths.", 1 )
|
||||
.RegisterEntry( "Added API to check Penumbras enabled state and updates to it.", 1 );
|
||||
|
||||
private static void Add5_10_0( Changelog log )
|
||||
=> log.NextVersion( "Version 0.5.10.0" )
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ using ImGuiNET;
|
|||
using OtterGui;
|
||||
using OtterGui.Raii;
|
||||
using OtterGui.Widgets;
|
||||
using Penumbra.GameData.Enums;
|
||||
using Penumbra.UI.Classes;
|
||||
|
||||
namespace Penumbra.UI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue