mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Cosmetic changes
Setting => Settings
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Wox.Plugin.SystemPlugins
|
|||||||
});
|
});
|
||||||
availableResults.Add(new Result
|
availableResults.Add(new Result
|
||||||
{
|
{
|
||||||
Title = "Setting",
|
Title = "Settings",
|
||||||
SubTitle = "Tweak this app",
|
SubTitle = "Tweak this app",
|
||||||
Score = 40,
|
Score = 40,
|
||||||
IcoPath = "Images\\app.png",
|
IcoPath = "Images\\app.png",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
xmlns:system="clr-namespace:Wox.Plugin.SystemPlugins;assembly=Wox.Plugin.SystemPlugins"
|
xmlns:system="clr-namespace:Wox.Plugin.SystemPlugins;assembly=Wox.Plugin.SystemPlugins"
|
||||||
xmlns:converters="clr-namespace:Wox.Converters"
|
xmlns:converters="clr-namespace:Wox.Converters"
|
||||||
Icon="Images\app.png"
|
Icon="Images\app.png"
|
||||||
Title="Wox Setting"
|
Title="Wox Settings"
|
||||||
ResizeMode="NoResize"
|
ResizeMode="NoResize"
|
||||||
WindowStartupLocation="CenterScreen"
|
WindowStartupLocation="CenterScreen"
|
||||||
Height="600" Width="800">
|
Height="600" Width="800">
|
||||||
|
|||||||
Reference in New Issue
Block a user