Skip to content

Commit

Permalink
Further APIX changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepGoMeh committed Jul 5, 2024
1 parent 879bcfe commit 6047afc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 216 deletions.
207 changes: 0 additions & 207 deletions Visibility/ContextMenu.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Visibility/Service.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Visibility;

public class Service
{
[PluginService] public static DalamudPluginInterface PluginInterface { get; set; } = null!;
[PluginService] public static IDalamudPluginInterface PluginInterface { get; set; } = null!;

[PluginService] public static ICommandManager CommandManager { get; set; } = null!;

Expand Down
1 change: 0 additions & 1 deletion Visibility/Visibility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dalamud.ContextMenu" Version="1.3.1"/>
<PackageReference Include="DalamudPackager" Version="2.1.13" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Visibility/VisibilityPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class VisibilityPlugin: IDalamudPlugin

public Windows.Configuration ConfigurationWindow { get; }

public VisibilityPlugin(DalamudPluginInterface pluginInterface)
public VisibilityPlugin(IDalamudPluginInterface pluginInterface)
{
Instance = this;

Expand Down
6 changes: 0 additions & 6 deletions Visibility/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"version": 1,
"dependencies": {
"net8.0-windows7.0": {
"Dalamud.ContextMenu": {
"type": "Direct",
"requested": "[1.3.1, )",
"resolved": "1.3.1",
"contentHash": "ptAxut5PiLnzZ4G/KQdHJVcyklC/BF3otHJ7zYVUPiKBjsOCoF0n/6h2jK7e+8ev2Y1yAY3Wtx2GuXLFQgt9Uw=="
},
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.13, )",
Expand Down

0 comments on commit 6047afc

Please sign in to comment.