mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Cleanup namespaces
This commit is contained in:
parent
0430eea2fd
commit
168f898baf
1 changed files with 2 additions and 7 deletions
|
|
@ -3,13 +3,6 @@ using Flow.Launcher.Plugin.BrowserBookmark.Models;
|
|||
using System.Windows.Input;
|
||||
using System.ComponentModel;
|
||||
using System.Threading.Tasks;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
using System.Windows.Input;
|
||||
using System.ComponentModel;
|
||||
using System.Threading.Tasks;
|
||||
using Flow.Launcher.Plugin.BrowserBookmark.Models;
|
||||
|
||||
namespace Flow.Launcher.Plugin.BrowserBookmark.Views;
|
||||
|
||||
|
|
@ -23,6 +16,7 @@ public partial class SettingsControl : INotifyPropertyChanged
|
|||
Settings = settings;
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public bool LoadChromeBookmark
|
||||
{
|
||||
get => Settings.LoadChromeBookmark;
|
||||
|
|
@ -62,6 +56,7 @@ public partial class SettingsControl : INotifyPropertyChanged
|
|||
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(OpenInNewBrowserWindow)));
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
private void NewCustomBrowser(object sender, RoutedEventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue