mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fixed typo in HelloWorldCSharp
This commit is contained in:
parent
052048ad4c
commit
dc46277d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace HelloWorldCSharp
|
||||||
{
|
{
|
||||||
var result = new Result
|
var result = new Result
|
||||||
{
|
{
|
||||||
Title = "Hello Word from CSharp",
|
Title = "Hello World from CSharp",
|
||||||
SubTitle = $"Query: {query.Search}",
|
SubTitle = $"Query: {query.Search}",
|
||||||
IcoPath = "app.png"
|
IcoPath = "app.png"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue