Skip to content

Commit

Permalink
Fixes #141 Bringing the main window to the front when application sta…
Browse files Browse the repository at this point in the history
…rts up
  • Loading branch information
HEskandari committed Dec 26, 2013
1 parent 4994eaa commit eff831b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/ServiceInsight.Desktop/ServiceInsight.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
<Compile Include="Core\Settings\SettingsProvider.cs" />
<Compile Include="Events\AsyncOperationFailed.cs" />
<Compile Include="Events\ExecuteSearchResult.cs" />
<Compile Include="Events\MessageBodyLoaded.cs" />
<Compile Include="Events\QueueMessageCountChanged.cs" />
<Compile Include="Events\SelectedExplorerItemChanged.cs" />
<Compile Include="Events\SelectedMessageChanged.cs" />
Expand Down
1 change: 1 addition & 0 deletions src/ServiceInsight.Desktop/Shell/Shell.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public ShellView()
private void OnShellLoaded(object sender, RoutedEventArgs e)
{
DXSplashScreen.Close();
Activate();
}

public void ChangeTheme(string name)
Expand Down

0 comments on commit eff831b

Please sign in to comment.