File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Flow.Launcher.Plugin.PluginsManager/Views
Flow.Launcher.Plugin.ProcessKiller Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1-
2- using Flow . Launcher . Plugin . PluginsManager . ViewModels ;
1+ using Flow . Launcher . Plugin . PluginsManager . ViewModels ;
32
43namespace Flow . Launcher . Plugin . PluginsManager . Views
54{
@@ -8,15 +7,11 @@ namespace Flow.Launcher.Plugin.PluginsManager.Views
87 /// </summary>
98 public partial class PluginsManagerSettings
109 {
11- private readonly SettingsViewModel viewModel ;
12-
1310 internal PluginsManagerSettings ( SettingsViewModel viewModel )
1411 {
1512 InitializeComponent ( ) ;
1613
17- this . viewModel = viewModel ;
18-
19- this . DataContext = viewModel ;
14+ DataContext = viewModel ;
2015 }
2116 }
2217}
Original file line number Diff line number Diff line change 1313 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1414 <AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
1515 <SatelliteResourceLanguages >en</SatelliteResourceLanguages >
16+ <UseWPF >true</UseWPF >
1617 </PropertyGroup >
1718
1819 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ namespace Flow.Launcher.Plugin.ProcessKiller.Views;
55
66public partial class SettingsControl : UserControl
77{
8- private readonly SettingsViewModel _viewModel ;
9-
8+ /// <summary>
9+ /// Interaction logic for SettingsControl.xaml
10+ /// </summary>
1011 public SettingsControl ( SettingsViewModel viewModel )
1112 {
1213 InitializeComponent ( ) ;
1314
14- _viewModel = viewModel ;
15-
1615 DataContext = viewModel ;
1716 }
1817}
You can’t perform that action at this time.
0 commit comments