Code Cleanup
This commit is contained in:
parent
95766a43c5
commit
ef35c2aee9
41 changed files with 1451 additions and 1818 deletions
|
|
@ -1,9 +1,7 @@
|
|||
using System;
|
||||
using FileManager;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using Dinah.Core;
|
||||
using FileManager;
|
||||
|
||||
namespace LibationWinForms.Dialogs
|
||||
{
|
||||
|
|
@ -58,7 +56,7 @@ namespace LibationWinForms.Dialogs
|
|||
= knownDir != Configuration.KnownDirectories.None
|
||||
// this could be a well known dir which isn't an option in this particular dropdown. This will always be true of LibationFiles
|
||||
&& this.directorySelectControl.SelectDirectory(knownDir);
|
||||
|
||||
|
||||
customDirectoryRb.Checked = !isKnown;
|
||||
knownDirectoryRb.Checked = isKnown;
|
||||
this.customTb.Text = isKnown ? "" : customDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue