Skip to content

Commit

Permalink
fix: loc and roll reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Oct 9, 2021
1 parent ee17bc6 commit 5ea9e82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Kapture.Test/Kapture.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dalamud.DrunkenToad" Version="1.1.4" />
<PackageReference Include="Dalamud.DrunkenToad" Version="1.1.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Expand Down
2 changes: 1 addition & 1 deletion src/Kapture/Kapture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.18" />
<PackageReference Include="DalamudPackager" Version="2.1.2" />
<PackageReference Include="Dalamud.DrunkenToad" Version="1.1.4" />
<PackageReference Include="Dalamud.DrunkenToad" Version="1.1.5" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
3 changes: 1 addition & 2 deletions src/Kapture/Kapture/UserInterface/SettingsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ private void DrawRolls()
Loc.Localize("ShowRollReminder", "Show Roll Reminder in Chat") + "###Kapture_ShowRollReminder_Checkbox",
ref showRollReminder))
{
this.plugin.Configuration.ShowRollMonitorOverlay = showRollReminder;
this.Plugin.WindowManager.RollWindow!.IsOpen = showRollReminder;
this.plugin.Configuration.SendRollReminder = showRollReminder;
this.plugin.SaveConfig();
}

Expand Down

0 comments on commit 5ea9e82

Please sign in to comment.