mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
Merge remote-tracking branch 'upstream/dev'
This commit is contained in:
commit
9fbfcb019a
10 changed files with 174 additions and 26 deletions
|
@ -37,7 +37,7 @@ const settings = definePluginSettings({
|
|||
});
|
||||
|
||||
function search(src: string, engine: string) {
|
||||
open(engine + encodeURIComponent(src), "_blank");
|
||||
open(engine + encodeURIComponent(src.trim()), "_blank");
|
||||
}
|
||||
|
||||
function makeSearchItem(src: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue