File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Views Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ public string SelectedName
47
47
}
48
48
}
49
49
50
+ public bool IsFileSelected { get ; set ; } = true ; // Default to File
51
+ public bool IsFolderSelected { get ; set ; }
52
+
50
53
private bool IsEdit { get ; }
51
54
private AccessLink SelectedAccessLink { get ; }
52
55
@@ -162,12 +165,4 @@ protected virtual void OnPropertyChanged([CallerMemberName] string propertyName
162
165
{
163
166
PropertyChanged ? . Invoke ( this , new PropertyChangedEventArgs ( propertyName ) ) ;
164
167
}
165
-
166
- public bool IsFileSelected { get ; set ; } = true ; // Default to File
167
- public bool IsFolderSelected { get ; set ; }
168
-
169
- public QuickAccessLinkSettings ( )
170
- {
171
- InitializeComponent ( ) ;
172
- }
173
168
}
You can’t perform that action at this time.
0 commit comments