Skip to content

Commit

Permalink
字典編輯器將佔用Setting頁面,避免後續的麻煩
Browse files Browse the repository at this point in the history
  • Loading branch information
flier268 committed Jun 3, 2019
1 parent 126e31b commit 182dd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConvertZZ/Window_Setting.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private void Button_FilterEditor_Click(object sender, RoutedEventArgs e)

private void Button_DictionaryEdit_Click(object sender, RoutedEventArgs e)
{
new Window_DictionaryEditor().Show();
new Window_DictionaryEditor().ShowDialog();
}

public KeyValuePair<string, string> Quick_R2 { get => _Quick_R2; set { _Quick_R2 = value; OnPropertyChanged(); SaveSetting(); } }
Expand Down

0 comments on commit 182dd2c

Please sign in to comment.