File tree Expand file tree Collapse file tree
CustomizePlus/UI/Windows/MainWindow/Tabs/Templates/Controls Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using CustomizePlus . Anamnesis ;
22using CustomizePlus . Templates ;
3+ using Dalamud . Interface ;
34using Dalamud . Interface . ImGuiFileDialog ;
45using Dalamud . Interface . ImGuiNotification ;
56
@@ -14,7 +15,7 @@ public sealed class AnamnesisImportButton(
1415 FileDialogManager fileDialogManager ) : BaseIconButton < AwesomeIcon >
1516{
1617 public override AwesomeIcon Icon
17- => LunaStyle . DuplicateIcon ;
18+ => FontAwesomeIcon . PersonFalling ;
1819
1920 public override bool HasTooltip
2021 => true ;
Original file line number Diff line number Diff line change @@ -59,8 +59,7 @@ protected override void PostDraw()
5959 {
6060 2 => GetTemplateFromV2Profile ( json ) ,
6161 3 => GetTemplateFromV3Profile ( json ) ,
62- 4 => JsonConvert . DeserializeObject < Template > ( json ) ,
63- 5 => JsonConvert . DeserializeObject < Template > ( json ) ,
62+ 4 or 5 or 6 => JsonConvert . DeserializeObject < Template > ( json ) ,
6463 _ => null
6564 } ;
6665
You can’t perform that action at this time.
0 commit comments