Skip to content

Commit 56610a5

Browse files
Add warning that backup and restore won't copy templates
1 parent e872654 commit 56610a5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/settings-ui/Settings.UI/SettingsXAML/Views/NewPlusPage.xaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858

5959
</tkcontrols:SettingsCard>
6060

61+
<InfoBar
62+
x:Uid="NewPlus_TemplatesNotBackupAndRestoreWarning"
63+
IsClosable="True"
64+
IsOpen="True"
65+
IsTabStop="True"
66+
Severity="Informational" />
67+
6168
</controls:SettingsGroup>
6269

6370
<controls:SettingsGroup x:Uid="NewPlus_Display_Options" IsEnabled="{x:Bind ViewModel.IsEnabled, Mode=OneWay}">

src/settings-ui/Settings.UI/Strings/en-us/Resources.resw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4302,6 +4302,9 @@ Activate by holding the key for the character you want to add an accent to, then
43024302
<data name="NewPlus_NoWindows10SupportWarning.Title" xml:space="preserve">
43034303
<value>New+ is not supported in Windows 10 and is not expected to work.</value>
43044304
</data>
4305+
<data name="NewPlus_TemplatesNotBackupAndRestoreWarning.Title" xml:space="preserve">
4306+
<value>PowerToys "Backup and Restore" feature doesn't take templates into account at this moment. If you use that feature, templates will have to be copied manually.</value>
4307+
</data>
43054308
<data name="NewPlus_Templates.Header" xml:space="preserve">
43064309
<value>Templates</value>
43074310
<comment>Templates label</comment>

0 commit comments

Comments
 (0)