v1.1.0: 修复入口使用BoardEditMenu/HeadToolBar, 16:9横版UI重做, 进度条在操作时显示, 雾启工作室
This commit is contained in:
@@ -43,29 +43,22 @@ namespace BetterEN5
|
||||
{
|
||||
var manager = Container.Current.Get<IUIItemManager>();
|
||||
|
||||
manager.AppendWithLang(new ApplicationMenuSettings(),
|
||||
new UIItemAttribute(new[] { "ApplicationMenu" }), new[]
|
||||
{
|
||||
new UIItemLangInfo(new CultureInfo("zh-CHS"), "Better-Seewo"),
|
||||
new UIItemLangInfo(new CultureInfo("en"), "Better-Seewo"),
|
||||
});
|
||||
|
||||
manager.AppendWithLang(new ApplicationMenuExportInk(),
|
||||
new UIItemAttribute(new[] { "ApplicationMenu" }), new[]
|
||||
manager.AppendWithLang(new BoardMenuExportInk(),
|
||||
new UIItemAttribute(UIItemPurposes.BoardEditMenu), new[]
|
||||
{
|
||||
new UIItemLangInfo(new CultureInfo("zh-CHS"), "导出墨迹"),
|
||||
new UIItemLangInfo(new CultureInfo("en"), "Export Ink"),
|
||||
});
|
||||
|
||||
manager.AppendWithLang(new HeadToolBarInkImport(),
|
||||
new UIItemAttribute(new[] { "HeadToolBar" }), new[]
|
||||
manager.AppendWithLang(new BoardMenuSettings(),
|
||||
new UIItemAttribute(UIItemPurposes.BoardEditMenu), new[]
|
||||
{
|
||||
new UIItemLangInfo(new CultureInfo("zh-CHS"), "导入墨迹"),
|
||||
new UIItemLangInfo(new CultureInfo("en"), "Import Ink"),
|
||||
new UIItemLangInfo(new CultureInfo("zh-CHS"), "Better-Seewo"),
|
||||
new UIItemLangInfo(new CultureInfo("en"), "Better-Seewo"),
|
||||
});
|
||||
|
||||
manager.AppendWithLang(new ExtendedTitleBarSettings(),
|
||||
new UIItemAttribute(new[] { "ExtendedTitleBar" }), new[]
|
||||
manager.AppendWithLang(new HeadToolBarSettings(),
|
||||
new UIItemAttribute(UIItemPurposes.HeadToolBar), new[]
|
||||
{
|
||||
new UIItemLangInfo(new CultureInfo("zh-CHS"), "Better-Seewo"),
|
||||
new UIItemLangInfo(new CultureInfo("en"), "Better-Seewo"),
|
||||
|
||||
Reference in New Issue
Block a user