Skip to content

Commit

Permalink
Add window icon
Browse files Browse the repository at this point in the history
  • Loading branch information
IviriusMain committed Oct 11, 2024
1 parent d9b69c3 commit 2808826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Control/Views/SystemAndSecurity.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed partial class SystemAndSecurity : Page
public SystemAndSecurity()
{
this?.InitializeComponent();
App.cpanelWin?.TitleBarEx.SetWindowIcon("Assets\\AppIcons\\imageres_195.ico");
App.cpanelWin?.TitleBarEx.SetWindowIcon("AppRT\\Exported\\imageres_195.ico");
if (App.cpanelWin is not null)
{
App.cpanelWin.Title = "System and Security";
Expand Down

0 comments on commit 2808826

Please sign in to comment.