Skip to content

Commit 17ea7bb

Browse files
Export Nimbus DB when copying databases
1 parent f7f4188 commit 17ea7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firefox-ios/Client/Frontend/Settings/Main/Debug/ExportBrowserDataSetting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ExportBrowserDataSetting: HiddenSetting {
2222
fromRelativeDirectory: "",
2323
toAbsoluteDirectory: documentsPath
2424
) { file in
25-
return file.hasPrefix("browser.") || file.hasPrefix("logins.") || file.hasPrefix("metadata.")
25+
return file.hasPrefix("browser.") || file.hasPrefix("logins.") || file.hasPrefix("metadata.") || file.hasPrefix("nimbus.")
2626
}
2727
} catch {}
2828
}

0 commit comments

Comments
 (0)