mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
workspace commands
This commit is contained in:
@@ -67,6 +67,7 @@ internal static class CommandsHelper
|
||||
case SettingsWindow.Workspaces:
|
||||
return new List<ICommandContextItem>()
|
||||
{
|
||||
new CommandContextItem(new WorkspacesListPage()),
|
||||
new CommandContextItem(new LaunchCommand(entry)),
|
||||
};
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user