Skip to content

Commit

Permalink
加加强置底
Browse files Browse the repository at this point in the history
  • Loading branch information
STBBRD committed Nov 10, 2024
1 parent eaf15cc commit 417b5df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ZongziTEK_Blackboard_Sticker/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,8 @@ private void buttonExplorer_Click(object sender, RoutedEventArgs e)
Process.Start(@"C:\Windows\System32\explorer.exe", "/s,");
}
catch (Exception) { }

if (Settings.Automation.IsBottomMost) WindowsHelper.SetBottom(window);
}
private void ButtonReloadLauncher_Click(object sender, RoutedEventArgs e)
{
Expand Down

0 comments on commit 417b5df

Please sign in to comment.