diff --git a/Commands/EditCommands.cs b/Commands/EditCommands.cs
index d178d29..cfd5dbc 100644
--- a/Commands/EditCommands.cs
+++ b/Commands/EditCommands.cs
@@ -20,6 +20,12 @@ public static partial class UICommands
new KeyGesture(Key.F5, ModifierKeys.None, "F5")
}));
+ public static RoutedUICommand ClearLyrics { get; } = new RoutedUICommand(
+ "清空歌词(_C)...",
+ "ClearLyrics",
+ typeof(UICommands),
+ new InputGestureCollection());
+
public static RoutedUICommand EditSkipData { get; } = new RoutedUICommand(
"编辑跳过单字(_E)",
"EditSkipData",
diff --git a/Dialogs/EditLineDialog.xaml b/Dialogs/EditLineDialog.xaml
index fd7422c..0a2bc2c 100644
--- a/Dialogs/EditLineDialog.xaml
+++ b/Dialogs/EditLineDialog.xaml
@@ -62,6 +62,7 @@
+
@@ -89,7 +90,11 @@
IsEnabled="False"
TypeList="{x:Static models:ModeType.PreType}"/>
-
+ 双语:
+
+
+