mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Enables removing patterns from ignored files list.
Signed-off-by: Camila San <hello@camila.codes>
This commit is contained in:
parent
89b2df62c5
commit
f7697b0584
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ IgnoreListEditor::IgnoreListEditor(QWidget *parent)
|
|||
addPattern(".csync_journal.db*", /*deletable=*/false, /*readonly=*/true);
|
||||
addPattern("._sync_*.db*", /*deletable=*/false, /*readonly=*/true);
|
||||
addPattern(".sync_*.db*", /*deletable=*/false, /*readonly=*/true);
|
||||
readIgnoreFile(cfgFile.excludeFile(ConfigFile::SystemScope), true);
|
||||
readIgnoreFile(cfgFile.excludeFile(ConfigFile::SystemScope), false);
|
||||
readIgnoreFile(cfgFile.excludeFile(ConfigFile::UserScope), false);
|
||||
|
||||
connect(this, &QDialog::accepted, this, &IgnoreListEditor::slotUpdateLocalIgnoreList);
|
||||
|
|
Loading…
Reference in a new issue