Skip to content

Commit

Permalink
Update hardware support metadata
Browse files Browse the repository at this point in the history
While the minimal window size is 360px, this size
doesn't really work well; our default is 480, so
let's recommend that in the metadata.

Remover internet requirement; we require network
connectivity to a local network, otherwise this
app doesn't make much sense, but we never even
talk to the internet at all.
  • Loading branch information
swsnr committed Jan 16, 2025
1 parent 804b73e commit 70f8469
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/de.swsnr.turnon.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,13 @@
</branding>
<requires>
<display_length compare="ge">360</display_length>
<internet>always</internet>
</requires>
<recommends>
<display_length compare="ge">480</display_length>
</recommends>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
</component>
</component>

0 comments on commit 70f8469

Please sign in to comment.