init checkin (#6100)

This commit is contained in:
Clint Rutkas
2020-08-21 12:40:31 -07:00
committed by GitHub
parent 80f8c0399b
commit 83e8799610
23 changed files with 30 additions and 30 deletions

View File

@@ -23,9 +23,9 @@ namespace PowerLauncher
private readonly Settings _settings;
private readonly MainViewModel _viewModel;
private bool _isTextSetProgrammatically;
private bool _deletePressed = false;
private bool _deletePressed;
private Timer _firstDeleteTimer = new Timer();
private bool _coldStateHotkeyPressed = false;
private bool _coldStateHotkeyPressed;
public MainWindow(Settings settings, MainViewModel mainVM)
: this()
@@ -314,7 +314,7 @@ namespace PowerLauncher
}
}
private bool disposedValue = false;
private bool disposedValue;
private void QueryTextBox_TextChanged(object sender, TextChangedEventArgs e)
{