mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unnecessary DataContext
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d106c5144b
commit
89505fce30
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ namespace Flow.Launcher.Plugin.Shell.Views
|
||||||
var viewModel = new ShellSettingViewModel(settings);
|
var viewModel = new ShellSettingViewModel(settings);
|
||||||
DataContext = viewModel;
|
DataContext = viewModel;
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
DataContext = viewModel;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue