mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change WebSearch default to global
This commit is contained in:
parent
d65669cf04
commit
7ef3b0d938
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ namespace Flow.Launcher.Plugin.WebSearch
|
|||
new SearchSource
|
||||
{
|
||||
Title = "Google",
|
||||
ActionKeyword = "g",
|
||||
ActionKeyword = "*",
|
||||
Icon = "google.png",
|
||||
Url = "https://www.google.com/search?q={q}",
|
||||
Enabled = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"ID": "565B73353DBF4806919830B9202EE3BF",
|
||||
"ActionKeywords": [
|
||||
"g",
|
||||
"*",
|
||||
"wiki",
|
||||
"findicon",
|
||||
"facebook",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"WebSearches": [
|
||||
{
|
||||
"Title": "Google",
|
||||
"ActionKeyword": "g",
|
||||
"ActionKeyword": "*",
|
||||
"IconPath": "Images\\google.png",
|
||||
"Url": "https://www.google.com/search?q={q}",
|
||||
"Enabled": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue