Skip to content

Commit 161c546

Browse files
committed
Merge branch 'Calculator-accepts-flexible-separator' of https://github.com/dcog989/Flow.Launcher into Calculator-accepts-flexible-separator
2 parents 852b2f5 + 5ff8a5b commit 161c546

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Plugins/Flow.Launcher.Plugin.Calculator/Views/CalculatorSettings.xaml.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
using System.Windows.Controls;
1+
using System.Windows.Controls;
22
using Flow.Launcher.Plugin.Calculator.ViewModels;
33

44
namespace Flow.Launcher.Plugin.Calculator.Views
55
{
6-
/// <summary>
7-
/// Interaction logic for CalculatorSettings.xaml
8-
/// </summary>
96
public partial class CalculatorSettings : UserControl
107
{
118
private readonly SettingsViewModel _viewModel;
@@ -19,5 +16,4 @@ public CalculatorSettings(SettingsViewModel viewModel)
1916
InitializeComponent();
2017
}
2118
}
22-
2319
}

0 commit comments

Comments
 (0)