Skip to content

Commit

Permalink
fix - reg - Fixed themeset not working with arguments
Browse files Browse the repository at this point in the history
---

We've fixed a regression where we wouldn't set the theme upon pressing on Y if anything is passed to themeset.

* Backport is required *

---

Type: fix
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jun 7, 2024
1 parent 2952dfb commit 4b7f0cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/Nitrocid/Shell/Shells/UESH/Commands/ThemeSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public override int Execute(CommandParameters parameters, ref string variableVal
else
{
proceed = true;
bail = true;
}

if (!proceed)
Expand Down

0 comments on commit 4b7f0cb

Please sign in to comment.