Skip to content

Commit

Permalink
Update ContextMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepGoMeh committed Oct 3, 2023
1 parent bff8789 commit 601f632
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Visibility/ContextMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ namespace Visibility
public class ContextMenu : IDisposable
{
private bool enabled;
private readonly DalamudContextMenu dalamudContextMenu;

public ContextMenu()
{
this.dalamudContextMenu = new DalamudContextMenu(Service.PluginInterface);
}
private readonly DalamudContextMenu dalamudContextMenu = new(Service.PluginInterface);

public void Toggle()
{
Expand Down

0 comments on commit 601f632

Please sign in to comment.