Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Aug 16, 2023
1 parent 04b76dd commit 0c07d4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Penumbra/Api/DalamudSubstitutionProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Penumbra.Mods;
using Penumbra.Services;
using Penumbra.String.Classes;
using static Penumbra.Api.Ipc;

namespace Penumbra.Api;

Expand Down
3 changes: 0 additions & 3 deletions Penumbra/UI/Tabs/SettingsTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,6 @@ private void DrawIdentificationSettings()
Checkbox("Use Interface Collection for other Plugin UIs",
"Use the collection assigned to your interface for other plugins requesting UI-textures and icons through Dalamud.",
_dalamudSubstitutionProvider.Enabled, _dalamudSubstitutionProvider.Set);
var icon = _dalamud.TextureProvider.GetIcon(60026);
if (icon != null)
ImGui.Image(icon.ImGuiHandle, new Vector2(icon.Width, icon.Height));
Checkbox($"Use {TutorialService.AssignedCollections} in Character Window",
"Use the individual collection for your characters name or the Your Character collection in your main character window, if it is set.",
_config.UseCharacterCollectionInMainWindow, v => _config.UseCharacterCollectionInMainWindow = v);
Expand Down

0 comments on commit 0c07d4b

Please sign in to comment.