mirror of
https://github.com/tloncorp/landscape.git
synced 2024-11-28 20:35:35 +03:00
Merge pull request #220 from tloncorp/hm/hide-garden
sys-prefs: hide garden
This commit is contained in:
commit
653224b954
@ -77,7 +77,7 @@ export const SystemPreferences = () => {
|
||||
const { systemBlocked } = useSystemUpdate();
|
||||
const charges = useCharges();
|
||||
const filteredCharges = Object.values(charges).filter(
|
||||
(charge) => charge.desk !== 'landscape'
|
||||
(charge) => charge.desk !== 'landscape' && charge.desk !== 'garden'
|
||||
);
|
||||
const isMobile = useMedia('(max-width: 639px)');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user