Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tloncorp/landscape
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Sep 27, 2023
2 parents 1743ed9 + 2eea6d9 commit 42aade6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions desk/desk.docket-0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:~ title+'Landscape'
info+'An app launcher for Urbit.'
color+0xee.5432
glob-http+['https://bootstrap.urbit.org/glob-0v1.5rpkr.nncp0.b2hok.ccm04.pe9b1.glob' 0v1.5rpkr.nncp0.b2hok.ccm04.pe9b1]
glob-http+['https://bootstrap.urbit.org/glob-0v3.kohnp.a1add.obpil.svv1f.345j5.glob' 0v3.kohnp.a1add.obpil.svv1f.345j5]
::glob-ames+~zod^0v0
base+'grid'
version+[1 17 1]
base+'landscape'
version+[1 17 2]
website+'https://tlon.io'
license+'MIT'
==
2 changes: 1 addition & 1 deletion ui/src/preferences/SystemPreferences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)');

Expand Down

0 comments on commit 42aade6

Please sign in to comment.