Don't default existing users to Compact
This commit is contained in:
parent
fbd8db3c8e
commit
f2bf40a314
1 changed files with 1 additions and 2 deletions
|
@ -131,9 +131,8 @@ Zotero.Prefs = new function() {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Set UI density to Compact for existing users
|
|
||||||
case 10:
|
case 10:
|
||||||
this.set('uiDensity', 'compact');
|
// Used internally
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue