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