mirror of
https://github.com/hay-kot/homebox.git
synced 2025-06-28 06:38:36 +00:00
lots of stuff
This commit is contained in:
parent
98f677c623
commit
1ab7435bf1
13 changed files with 289 additions and 23 deletions
|
@ -2,6 +2,7 @@ import { Ref } from 'vue';
|
|||
|
||||
export type LocationViewPreferences = {
|
||||
showDetails: boolean;
|
||||
showEmpty: boolean;
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -13,6 +14,7 @@ export function useViewPreferences(): Ref<LocationViewPreferences> {
|
|||
'homebox/preferences/location',
|
||||
{
|
||||
showDetails: true,
|
||||
showEmpty: true,
|
||||
},
|
||||
{ mergeDefaults: true }
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue