Skip to content

Commit

Permalink
Merge pull request #2412 from Nexus-Mods/myloadouts-redesign
Browse files Browse the repository at this point in the history
Updated icons in tab headers
  • Loading branch information
Sewer56 authored Dec 19, 2024
2 parents a5e48c9 + 162a9e3 commit bd2078e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NexusMods.App.UI/Pages/MyGames/MyGamesViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public MyGamesViewModel(
_jobMonitor = serviceProvider.GetRequiredService<IJobMonitor>();

TabTitle = Language.MyGames;
TabIcon = IconValues.Game;
TabIcon = IconValues.GamepadOutline;

var provider = serviceProvider;
_windowManager = windowManager;
Expand Down
2 changes: 1 addition & 1 deletion src/NexusMods.App.UI/Pages/MyLoadouts/MyLoadoutsPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public override IMyLoadoutsViewModel CreateViewModel(MyLoadoutsPageContext conte
// TODO: Update with design mandate names
SectionName = "Loadouts",
ItemName = Language.MyLoadoutsPageTitle,
Icon = IconValues.ViewCarousel,
Icon = IconValues.Package,
PageData = new PageData
{
FactoryId = Id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public MyLoadoutsViewModel(
IServiceProvider serviceProvider) : base(windowManager)
{
TabTitle = Language.MyLoadoutsPageTitle;
TabIcon = IconValues.ViewCarousel;
TabIcon = IconValues.Package;

this.WhenActivated(d =>
{
Expand Down

0 comments on commit bd2078e

Please sign in to comment.