mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
wrapping up everything minus var renaming (#5952)
This commit is contained in:
@@ -231,7 +231,7 @@ namespace PowerLauncher.ViewModel
|
||||
|
||||
public bool HasSelectedContextButton()
|
||||
{
|
||||
var isContextSelected = (ContextMenuSelectedIndex != NoSelectionIndex);
|
||||
var isContextSelected = ContextMenuSelectedIndex != NoSelectionIndex;
|
||||
return isContextSelected;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user