Skip to content

Commit 4345b95

Browse files
committed
Add new tag to light switch
1 parent c0f7ec0 commit 4345b95

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ body:
5858
- Image Resizer
5959
- Installer
6060
- Keyboard Manager
61+
- Light Switch
6162
- Mouse Utilities
6263
- Mouse Without Borders
6364
- New+

.github/ISSUE_TEMPLATE/translation_issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ body:
3838
- Image Resizer
3939
- Installer
4040
- Keyboard Manager
41+
- Light Switch
4142
- Mouse Utilities
4243
- Mouse Without Borders
4344
- New+

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@
177177
AutomationProperties.AutomationId="SystemToolsNavItem"
178178
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/SystemTools.png}"
179179
SelectsOnInvoked="False">
180+
<NavigationViewItem.InfoBadge>
181+
<InfoBadge Style="{StaticResource NewInfoBadge}" />
182+
</NavigationViewItem.InfoBadge>
180183
<NavigationViewItem.MenuItems>
181184
<NavigationViewItem
182185
x:Name="AdvancedPasteNavigationItem"
@@ -207,7 +210,11 @@
207210
x:Uid="Shell_LightSwitch"
208211
helpers:NavHelper.NavigateTo="views:LightSwitchPage"
209212
AutomationProperties.AutomationId="LightSwitchNavItem"
210-
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/LightSwitch.png}" />
213+
Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/LightSwitch.png}">
214+
<NavigationViewItem.InfoBadge>
215+
<InfoBadge Style="{StaticResource NewInfoBadge}" />
216+
</NavigationViewItem.InfoBadge>
217+
</NavigationViewItem>
211218
<NavigationViewItem
212219
x:Name="PowerLauncherNavigationItem"
213220
x:Uid="Shell_PowerLauncher"

0 commit comments

Comments
 (0)