Respect GlobalScale (finally)

MacroEditor MinSize.X is imgui-caused spaghetti and should not be looked at
This commit is contained in:
Asriel Camora
2024-07-03 23:17:00 -07:00
parent 7520305824
commit 9d343b5e4d
11 changed files with 61 additions and 26 deletions
+2 -2
View File
@@ -51,9 +51,9 @@ public sealed class Plugin : IDalamudPlugin
Author = assembly.GetCustomAttribute<AssemblyCompanyAttribute>()!.Company;
BuildConfiguration = assembly.GetCustomAttribute<AssemblyConfigurationAttribute>()!.Configuration;
if (DateTime.Now is { Day: 1, Month: 4 })
Icon = IconManager.GetAssemblyTexture("horse_icon.png");
Icon = IconManager.GetAssemblyTexture("Graphics.horse_icon.png");
else
Icon = IconManager.GetAssemblyTexture("icon.png");
Icon = IconManager.GetAssemblyTexture("Graphics.icon.png");
SettingsWindow = new();
RecipeNoteWindow = new();