mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove useless using
This commit is contained in:
parent
f56d038e80
commit
b14cf89d68
1 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ using Flow.Launcher.Infrastructure;
|
|||
using Flow.Launcher.Infrastructure.UserSettings;
|
||||
using Flow.Launcher.Plugin;
|
||||
using Flow.Launcher.Plugin.SharedModels;
|
||||
using OpenFileDialog = System.Windows.Forms.OpenFileDialog;
|
||||
|
||||
namespace Flow.Launcher.SettingPages.ViewModels;
|
||||
|
||||
|
|
@ -20,7 +19,7 @@ public partial class SettingsPaneGeneralViewModel : BaseModel
|
|||
private readonly Updater _updater;
|
||||
private readonly IPortable _portable;
|
||||
private readonly Internationalization _translater;
|
||||
|
||||
|
||||
public SettingsPaneGeneralViewModel(Settings settings, Updater updater, IPortable portable, Internationalization translater)
|
||||
{
|
||||
Settings = settings;
|
||||
|
|
|
|||
Loading…
Reference in a new issue