Don't default existing users to Compact

This commit is contained in:
Dan Stillman 2024-01-17 00:57:05 -05:00
parent fbd8db3c8e
commit f2bf40a314

View file

@ -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;
} }
} }