Skip to content

Commit

Permalink
feat(app): Hide the MainWindow when the app starts
Browse files Browse the repository at this point in the history
  • Loading branch information
schdck committed Apr 20, 2020
1 parent 6ce8ca7 commit dc5f19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemoteFlix.UI.Desktop/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial class MainWindow : MetroWindow

public MainWindow()
{
// Hide();
Hide();

InitializeComponent();
}
Expand Down

0 comments on commit dc5f19e

Please sign in to comment.