diff --git a/TickTracker/TickTracker.csproj b/TickTracker/TickTracker.csproj index cb0ce01..a0cf265 100644 --- a/TickTracker/TickTracker.csproj +++ b/TickTracker/TickTracker.csproj @@ -1,75 +1,75 @@ - - - - 0.0.2.1 - A plugin that keeps track of HP/MP ticks. - - https://github.com/Kurochi51/TickTracker - + + + + 0.0.2.1 + A plugin that keeps track of HP/MP ticks. + + https://github.com/Kurochi51/TickTracker + - - net7.0-windows - x64 - enable - latest - true - false - false - true - + + net7.0-windows + x64 + enable + latest + true + false + false + true + - - - PreserveNewest - Images\icon.png - - + + + PreserveNewest + Images\icon.png + + - - $(appdata)\XIVLauncher\addon\Hooks\dev\ - true - - - - $(DALAMUD_HOME)/ - + + $(appdata)\XIVLauncher\addon\Hooks\dev\ + true + - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - $(DalamudLibPath)FFXIVClientStructs.dll - false - - - $(DalamudLibPath)Newtonsoft.Json.dll - false - - - $(DalamudLibPath)Dalamud.dll - false - - - $(DalamudLibPath)ImGui.NET.dll - false - - - $(DalamudLibPath)ImGuiScene.dll - false - - - $(DalamudLibPath)Lumina.dll - false - - - $(DalamudLibPath)Lumina.Excel.dll - false - - + + $(DALAMUD_HOME)/ + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + $(DalamudLibPath)FFXIVClientStructs.dll + false + + + $(DalamudLibPath)Newtonsoft.Json.dll + false + + + $(DalamudLibPath)Dalamud.dll + false + + + $(DalamudLibPath)ImGui.NET.dll + false + + + $(DalamudLibPath)ImGuiScene.dll + false + + + $(DalamudLibPath)Lumina.dll + false + + + $(DalamudLibPath)Lumina.Excel.dll + false + + diff --git a/TickTracker/Windows/ConfigWindow.cs b/TickTracker/Windows/ConfigWindow.cs index 6f3c9d9..c4e0553 100644 --- a/TickTracker/Windows/ConfigWindow.cs +++ b/TickTracker/Windows/ConfigWindow.cs @@ -20,7 +20,7 @@ public class ConfigWindow : Window, IDisposable private readonly Vector4 defaultGreen = new(0.276f, 0.8f, 0.24f, 1f); // #46CC3D private readonly Vector4 defaultBlue = new(0.169f, 0.747f, 0.892f, 1f); // #2BBEE3FF - public ConfigWindow(DalamudPluginInterface _pluginInterface,DebugWindow _debugWindow) : base("Timer Settings") + public ConfigWindow(DalamudPluginInterface _pluginInterface, DebugWindow _debugWindow) : base("Timer Settings") { Size = new(320, 420); Flags = ImGuiWindowFlags.NoResize;