Skip to content

Commit

Permalink
3.2.6.0,加强置底
Browse files Browse the repository at this point in the history
  • Loading branch information
STBBRD committed Nov 10, 2024
1 parent 734b595 commit eaf15cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 @@ -1626,6 +1626,8 @@ private void LinkButton_Click(object sender, RoutedEventArgs e)
WshShell shell = new();
IWshShortcut wshShortcut = (IWshShortcut)shell.CreateShortcut(filePath);
Process.Start("explorer.exe", wshShortcut.TargetPath);

if (Settings.Automation.IsBottomMost) WindowsHelper.SetBottom(window);
}
private void buttonExplorer_Click(object sender, RoutedEventArgs e)
{
Expand Down
4 changes: 2 additions & 2 deletions ZongziTEK_Blackboard_Sticker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.5.1")]
[assembly: AssemblyFileVersion("3.2.5.1")]
[assembly: AssemblyVersion("3.2.6.0")]
[assembly: AssemblyFileVersion("3.2.6.0")]

0 comments on commit eaf15cc

Please sign in to comment.