This commit is contained in:
Vic 2022-11-06 14:59:31 +08:00
parent 5d3e6e02af
commit 019019e513

View file

@ -9,11 +9,11 @@ namespace Flow.Launcher
public partial class CustomShortcutSetting : Window
{
private SettingWindowViewModel viewModel;
public string Key { get; set; }
public string Value { get; set; }
public string Key { get; set; } = String.Empty;
public string Value { get; set; } = String.Empty;
private string originalKey { get; init; } = null;
private string originalValue { get; init; } = null;
bool update = false;
private bool update { get; init; } = false;
public CustomShortcutSetting(SettingWindowViewModel vm)
{