GUI: Add path separator for ignore dirs.
This commit is contained in:
parent
ae11b064c8
commit
819dddf570
|
@ -238,6 +238,8 @@ void ProjectFileDialog::AddIgnorePath()
|
|||
|
||||
if (!selectedDir.isEmpty())
|
||||
{
|
||||
if (!selectedDir.endsWith('/'))
|
||||
selectedDir += '/';
|
||||
AddIgnorePath(selectedDir);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue