mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove commented out code
This commit is contained in:
parent
0ab554f65b
commit
000a15e574
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ namespace Flow.Launcher
|
|||
private void PriorityChangeWindow_Loaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
tbAction.Text = pluginViewModel.Priority.ToString();
|
||||
//OldPriority.Text = pluginViewModel.Priority.ToString();
|
||||
tbAction.Focus();
|
||||
}
|
||||
private void window_MouseDown(object sender, MouseButtonEventArgs e) /* for close hotkey popup */
|
||||
|
|
|
|||
Loading…
Reference in a new issue