mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
Fixed commit #334 multiple SelectionChanged firing
This commit is contained in:
@@ -167,6 +167,7 @@ namespace Wox
|
||||
private void settingTab_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
{
|
||||
// Update controls inside the selected tab
|
||||
if (e.OriginalSource != settingTab) return;
|
||||
|
||||
if (tabPlugin.IsSelected)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user