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:
@@ -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',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user