mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fixed commit #334 multiple SelectionChanged firing
This commit is contained in:
parent
3662afeaa7
commit
92ddf2ca41
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue