Skip to content

Commit

Permalink
display software display on title
Browse files Browse the repository at this point in the history
  • Loading branch information
Archeb committed Dec 12, 2023
1 parent 3768008 commit 3d79ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public partial class MainForm : Form

public MainForm()
{
Title = Resources.APPTITLE;
Title = Resources.APPTITLE + " v" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
MinimumSize = new Size(900, 600);

// 创建菜单项
Expand Down

0 comments on commit 3d79ff3

Please sign in to comment.