mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
chore: move all dalamud logo textures into special service
This commit is contained in:
parent
2bdb837577
commit
263771c082
6 changed files with 77 additions and 35 deletions
|
|
@ -181,10 +181,9 @@ Contribute at: https://github.com/goatcorp/Dalamud
|
|||
|
||||
public SettingsTabAbout()
|
||||
{
|
||||
var dalamud = Service<Dalamud>.Get();
|
||||
var interfaceManager = Service<InterfaceManager>.Get();
|
||||
var branding = Service<Branding>.Get();
|
||||
|
||||
this.logoTexture = interfaceManager.LoadImage(Path.Combine(dalamud.AssetDirectory.FullName, "UIRes", "logo.png"))!;
|
||||
this.logoTexture = branding.Logo;
|
||||
this.creditsThrottler = new();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue