Tabs: open, close

This commit is contained in:
2022-05-11 22:21:23 +02:00
parent e24045c670
commit 14a2f19a8a
6 changed files with 106 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ public class RapidTravelModeKeyInputHandler : IRapidTravelModeKeyInputHandler
}
else
{
_appState.SwitchViewMode(ViewMode.Default);
await CallCommandAsync(Command.ExitRapidTravel);
}
}
else if (key == Key.Back)