mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
revert Result.OriginQuery to internal
This commit is contained in:
parent
1b1800ff5e
commit
ff3224bb34
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ namespace Flow.Launcher.Plugin
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Query information associated with the result
|
/// Query information associated with the result
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Query OriginQuery { get; set; }
|
internal Query OriginQuery { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Plugin directory
|
/// Plugin directory
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue