We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab554f commit 000a15eCopy full SHA for 000a15e
Flow.Launcher/PriorityChangeWindow.xaml.cs
@@ -62,7 +62,6 @@ private void btnDone_OnClick(object sender, RoutedEventArgs e)
62
private void PriorityChangeWindow_Loaded(object sender, RoutedEventArgs e)
63
{
64
tbAction.Text = pluginViewModel.Priority.ToString();
65
- //OldPriority.Text = pluginViewModel.Priority.ToString();
66
tbAction.Focus();
67
}
68
private void window_MouseDown(object sender, MouseButtonEventArgs e) /* for close hotkey popup */
0 commit comments