We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911574a commit 3ef343dCopy full SHA for 3ef343d
1 file changed
main.ts
@@ -44,7 +44,7 @@ if (method === "query") {
44
const results: Result<Methods>[] = matches.map(m => {
45
const w = m.item;
46
const title = `${w.workspace.name}`;
47
- const subtitle = `Workspace: Profile ${w.profile}, ${w.workspace.count} tabs`;
+ const subtitle = `Edge Workspace: Profile "${w.profile}"; ${w.workspace.count} tabs`;
48
const result: Result<Methods> = {
49
Title: title,
50
TitleHighlightData: m.matches ? getHighlight(m.matches) : undefined,
0 commit comments