Skip to content

Commit 3ef343d

Browse files
committed
fix subtitle formatting
1 parent 911574a commit 3ef343d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (method === "query") {
4444
const results: Result<Methods>[] = matches.map(m => {
4545
const w = m.item;
4646
const title = `${w.workspace.name}`;
47-
const subtitle = `Workspace: Profile ${w.profile}, ${w.workspace.count} tabs`;
47+
const subtitle = `Edge Workspace: Profile "${w.profile}"; ${w.workspace.count} tabs`;
4848
const result: Result<Methods> = {
4949
Title: title,
5050
TitleHighlightData: m.matches ? getHighlight(m.matches) : undefined,

0 commit comments

Comments
 (0)