Skip to content

Commit 2ec0265

Browse files
committed
Run a fetch when showing the overlay for an unfetched stash tab
1 parent 073bdd5 commit 2ec0265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

EnhancePoE/UI/RecipeStatusOverlay.xaml.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ public void RunStashTabOverlay()
147147
}
148148
else
149149
{
150+
if ( _itemSetManager.SelectedStashTab.NeedsItemFetch )
151+
{
152+
RunFetching();
153+
}
154+
150155
_stashTabOverlay.Show();
151156
}
152157
}

0 commit comments

Comments
 (0)