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 ;
3
2
4
3
namespace Flow . Launcher . Plugin . PluginsManager . Views
5
4
{
@@ -8,15 +7,11 @@ namespace Flow.Launcher.Plugin.PluginsManager.Views
8
7
/// </summary>
9
8
public partial class PluginsManagerSettings
10
9
{
11
- private readonly SettingsViewModel viewModel ;
12
-
13
10
internal PluginsManagerSettings ( SettingsViewModel viewModel )
14
11
{
15
12
InitializeComponent ( ) ;
16
13
17
- this . viewModel = viewModel ;
18
-
19
- this . DataContext = viewModel ;
14
+ DataContext = viewModel ;
20
15
}
21
16
}
22
17
}
Original file line number Diff line number Diff line change 13
13
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
14
14
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
15
15
<SatelliteResourceLanguages >en</SatelliteResourceLanguages >
16
+ <UseWPF >true</UseWPF >
16
17
</PropertyGroup >
17
18
18
19
<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;
5
5
6
6
public partial class SettingsControl : UserControl
7
7
{
8
- private readonly SettingsViewModel _viewModel ;
9
-
8
+ /// <summary>
9
+ /// Interaction logic for SettingsControl.xaml
10
+ /// </summary>
10
11
public SettingsControl ( SettingsViewModel viewModel )
11
12
{
12
13
InitializeComponent ( ) ;
13
14
14
- _viewModel = viewModel ;
15
-
16
15
DataContext = viewModel ;
17
16
}
18
17
}
You can’t perform that action at this time.
0 commit comments