Fix saving browser open setting
This commit is contained in:
parent
a357b021ba
commit
debe9959e4
2 changed files with 2 additions and 2 deletions
|
@ -1335,7 +1335,7 @@
|
|||
};
|
||||
|
||||
ConfigStorage.prototype.deformatValue = function(value, type) {
|
||||
if (type === "object") {
|
||||
if (type === "object" && typeof value === "string") {
|
||||
return value.split("\n");
|
||||
}
|
||||
if (type === "boolean" && !value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue