Additional fixes

This commit is contained in:
jim
2026-05-05 00:04:40 -05:00
parent 5e62b58261
commit 354bb9cc8e
2 changed files with 4 additions and 2 deletions
-2
View File
@@ -1836,7 +1836,6 @@ namespace URLNotesGrabberCORE
{
SaveState();
_activeKey = key;
Console.ForegroundColor = key.ParsedColor;
return key;
}
@@ -1856,7 +1855,6 @@ namespace URLNotesGrabberCORE
}
_activeKey = key;
Console.ForegroundColor = key.ParsedColor;
return key;
}