This commit is contained in:
Scott E. Graves 2025-03-20 18:19:59 -05:00
parent 12ef6910ed
commit 6570438872

View File

@ -259,7 +259,10 @@ Future<Map<String, dynamic>> convertAllToString(
}
settings[entry.key] = encryptValue(entry.value, password);
} else if (entry.value is String) {
continue;
}
if (entry.value is String) {
continue;
}