You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: localization-toolkit.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ For C# Plugins, we need to install and reference [Flow.Launcher.Localization](ww
8
8
9
9
### `FLLUseDependencyInjection`
10
10
11
-
Whether to use depenedency injection to get `IPublicAPI` instance. Default by false.
12
-
11
+
Whether to use dependency injection to get `IPublicAPI` instance. Default by false.
13
12
If set to `false`, the `Main` class that implements **[IPlugin](/API-Reference/Flow.Launcher.Plugin/IPlugin.md)** or **[IAsyncPlugin](/API-Reference/Flow.Launcher.Plugin/IAsyncPlugin.md)** must have a [PluginInitContext](/API-Reference/Flow.Launcher.Plugin/PluginInitContext.md) property which must be at least `internal static`.
14
13
15
14
If set to `true`, we can access `IPublicAPI` instance from `PublicApi.Instance` in the project by dependency injection.
0 commit comments