fix(ui): default covers to square

Fresh launcher profiles should start with square covers when no stored UI
settings exist. Existing stored settings still pass through the normal sanitize
path and keep their selected aspect.

Test Plan:
- git diff --check

Refs: user redesign nitpick about no-config cover aspect
This commit is contained in:
2026-05-19 20:47:15 +02:00
parent 25f92c9b0b
commit e5235948df
@@ -48,7 +48,7 @@ export const DEFAULT_SETTINGS: UISettings = {
accent: '#3b82f6', accent: '#3b82f6',
bg: 'gradient', bg: 'gradient',
density: 'normal', density: 'normal',
aspect: 'box', aspect: 'square',
sort: 'status', sort: 'status',
filter: 'local', filter: 'local',
}; };