mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Disable icons in autocomplete suggestions
This commit is contained in:
parent
495e8742ff
commit
f0f35ac3fa
2 changed files with 3 additions and 2 deletions
|
|
@ -41,7 +41,9 @@ export function slashCommandAutocompletion(options: { prefix: string, customComm
|
|||
override: [createSlashCommandSource(options)],
|
||||
tooltipClass: () => "tooltip-autocomplete",
|
||||
optionClass: () => "completion-label",
|
||||
})
|
||||
icons: false,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
// Create a decoration for highlighting slash commands
|
||||
|
|
|
|||
|
|
@ -139,7 +139,6 @@
|
|||
font-weight: var(--font-normal);
|
||||
font-family: Arial, Helvetica, sans-serif !important;
|
||||
border-radius: 4px;
|
||||
margin-left: -1em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue