v1.1.0: 全面重构UI为Better-Seewo横版主窗口 (Fluent风格+圆角+动画), 新增非触摸大板支持与专业版激活, 更改菜单位置至ApplicationMenu/ExtendedTitleBar
This commit is contained in:
18
Better-EN5/UI/ApplicationMenuSettings.cs
Normal file
18
Better-EN5/UI/ApplicationMenuSettings.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Cvte.EasiNote;
|
||||
using Cvte.Windows.Input;
|
||||
|
||||
namespace BetterEN5.UI
|
||||
{
|
||||
public class ApplicationMenuSettings : HeadToolBarItem
|
||||
{
|
||||
public ApplicationMenuSettings()
|
||||
{
|
||||
SortHint = 999;
|
||||
Command = new DelegateCommand(() =>
|
||||
{
|
||||
BetterSeewoMainWindow.ShowWindow();
|
||||
});
|
||||
Predicate = _ => true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user