mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Recrusive delete log folders
This commit is contained in:
parent
84510854ae
commit
7fc453330f
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ public partial class SettingsPaneAboutViewModel : BaseModel
|
|||
{
|
||||
try
|
||||
{
|
||||
dir.Delete();
|
||||
dir.Delete(true);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue