mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Code quality
This commit is contained in:
parent
42dc582ec1
commit
12b51eb239
1 changed files with 3 additions and 8 deletions
|
|
@ -47,6 +47,9 @@ public partial class QuickAccessLinkSettings : INotifyPropertyChanged
|
|||
}
|
||||
}
|
||||
|
||||
public bool IsFileSelected { get; set; } = true; // Default to File
|
||||
public bool IsFolderSelected { get; set; }
|
||||
|
||||
private bool IsEdit { get; }
|
||||
private AccessLink SelectedAccessLink { get; }
|
||||
|
||||
|
|
@ -162,12 +165,4 @@ public partial class QuickAccessLinkSettings : INotifyPropertyChanged
|
|||
{
|
||||
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||
}
|
||||
|
||||
public bool IsFileSelected { get; set; } = true; // Default to File
|
||||
public bool IsFolderSelected { get; set; }
|
||||
|
||||
public QuickAccessLinkSettings()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue