mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[Image Resizer] Add settings button (#13773)
* Add deeplink * Update InputPage.xaml Co-authored-by: Laute <Niels.Laute@philips.com>
This commit is contained in:
@@ -204,6 +204,15 @@ namespace ImageResizer.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open settings.
|
||||
/// </summary>
|
||||
public static string Open_settings {
|
||||
get {
|
||||
return ResourceManager.GetString("Open_settings", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Phone.
|
||||
/// </summary>
|
||||
|
||||
@@ -277,4 +277,7 @@
|
||||
<data name="Width" xml:space="preserve">
|
||||
<value>Width</value>
|
||||
</data>
|
||||
<data name="Open_settings" xml:space="preserve">
|
||||
<value>Open settings</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user