Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions AppControl Manager/CustomUIElements/GraphAuthPanel.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
xmlns:animations="using:CommunityToolkit.WinUI.Animations"
xmlns:animatedvisuals="using:AnimatedVisuals"
xmlns:MSGraph="using:CommonCore.MicrosoftGraph"
xmlns:CCToolKit="using:CommonCore.ToolKits"
xmlns:local="using:AppControlManager.CustomUIElements">
xmlns:CCToolKit="using:CommonCore.ToolKits">

<Button BorderThickness="0.8" x:Uid="MicrosoftGraphButton">

Expand Down
4 changes: 4 additions & 0 deletions AppControl Manager/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@ internal void RefreshLocalizedContent()
AutomationProperties.SetHelpText(DuplicatePhotosFinderNavigationViewItem, GlobalVars.GetStr("DuplicatePhotosFinderNavigationViewItem/AutomationProperties/HelpText"));
ToolTipService.SetToolTip(DuplicatePhotosFinderNavigationViewItem, GlobalVars.GetStr("DuplicatePhotosFinderNavigationViewItem/ToolTipService/ToolTip"));

EXIFManagerNavigationViewItem.Content = GlobalVars.GetStr("EXIFManagerNavigationViewItem/Content");
AutomationProperties.SetHelpText(EXIFManagerNavigationViewItem, GlobalVars.GetStr("EXIFManagerNavigationViewItem/AutomationProperties/HelpText"));
ToolTipService.SetToolTip(EXIFManagerNavigationViewItem, GlobalVars.GetStr("EXIFManagerNavigationViewItem/ToolTipService/ToolTip"));

#endif

#if APP_CONTROL_MANAGER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// See here for more information: https://github.com/HotCakeX/Harden-Windows-Security/blob/main/LICENSE
//

using System;
using Microsoft.Identity.Client;

namespace CommonCore.MicrosoftGraph;
Expand Down
3,572 changes: 3,572 additions & 0 deletions Harden System Security/Animated Icon Sources/paint-roller.json

Large diffs are not rendered by default.

Loading
Loading