Bug fix #874 : Chardonnay wasn't allowing custom directories ending in "Books"
This commit is contained in:
parent
2f64ca6856
commit
91ce7272ae
@ -2,7 +2,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<Version>11.3.6.1</Version>
|
<Version>11.3.7.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Octokit" Version="10.0.0" />
|
<PackageReference Include="Octokit" Version="10.0.0" />
|
||||||
|
|||||||
@ -107,7 +107,7 @@ namespace LibationAvalonia.Controls
|
|||||||
|
|
||||||
if (known is Configuration.KnownDirectories.None)
|
if (known is Configuration.KnownDirectories.None)
|
||||||
{
|
{
|
||||||
directoryState.CustomDir = noSubDir;
|
directoryState.CustomDir = directory;
|
||||||
directoryState.CustomChecked = true;
|
directoryState.CustomChecked = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user