mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Cosmetic changes
Setting => Settings
This commit is contained in:
parent
1d5f72f9ab
commit
6cbc9493c9
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ namespace Wox.Plugin.SystemPlugins
|
|||
});
|
||||
availableResults.Add(new Result
|
||||
{
|
||||
Title = "Setting",
|
||||
Title = "Settings",
|
||||
SubTitle = "Tweak this app",
|
||||
Score = 40,
|
||||
IcoPath = "Images\\app.png",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
xmlns:system="clr-namespace:Wox.Plugin.SystemPlugins;assembly=Wox.Plugin.SystemPlugins"
|
||||
xmlns:converters="clr-namespace:Wox.Converters"
|
||||
Icon="Images\app.png"
|
||||
Title="Wox Setting"
|
||||
Title="Wox Settings"
|
||||
ResizeMode="NoResize"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
Height="600" Width="800">
|
||||
|
|
|
|||
Loading…
Reference in a new issue