Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Switch Instance
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Jan 4, 2022
1 parent 93692f2 commit 6aef08a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DrasticMaui/DrasticTrayWindow.Windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ public partial class DrasticTrayWindow
private Microsoft.UI.Windowing.AppWindow? appWindow;
private bool appLaunched;

///// <inheritdoc/>
protected override void OnCreated()
/// <inheritdoc/>
protected override void OnHandlerChanged()
{
base.OnCreated();
base.OnHandlerChanged();
this.SetupWindow();
this.SetupTrayIcon();
}
Expand Down

0 comments on commit 6aef08a

Please sign in to comment.