Fixed an issue where disposing was not working correctly, so using auto-profiles by application was causing the plugin to stop responding

now there is just one event loop for window changing, and instances of the dial action can register to the event
This commit is contained in:
2023-09-24 15:01:12 -06:00
parent d89c8b1ffa
commit 5711ace990
3 changed files with 60 additions and 29 deletions

View File

@@ -70,6 +70,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UI\UIState.cs" />
<Compile Include="UI\ValueWithOpacity.cs" />
<Compile Include="WindowChangedEventLoop.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />