mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'update_allow_plugindisabled_default' into dev
This commit is contained in:
commit
cb3e863957
3 changed files with 5 additions and 3 deletions
|
|
@ -8,5 +8,6 @@
|
|||
"Language":"csharp",
|
||||
"Website":"https://github.com/Wox-launcher/Wox",
|
||||
"ExecuteFileName":"HelloWorldCSharp.dll",
|
||||
"IcoPath":"app.png"
|
||||
"IcoPath":"app.png",
|
||||
"Disabled": true
|
||||
}
|
||||
|
|
@ -8,5 +8,6 @@
|
|||
"Language":"csharp",
|
||||
"Website":"http://www.wox.one",
|
||||
"IcoPath":"Images\\find.png",
|
||||
"ExecuteFileName":"Wox.Plugin.Everything.dll"
|
||||
"ExecuteFileName":"Wox.Plugin.Everything.dll",
|
||||
"Disabled": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ namespace Wox.Infrastructure.UserSettings
|
|||
ID = metadata.ID,
|
||||
Name = metadata.Name,
|
||||
ActionKeywords = metadata.ActionKeywords,
|
||||
Disabled = false
|
||||
Disabled = metadata.Disabled
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue