Fix the <suggests> to <supports> in the metainfo, so Warehouse is shown to work on all devices

This commit is contained in:
Heliguy
2024-09-28 23:47:44 -04:00
parent 3393ec783e
commit a6844ef438

View File

@@ -23,11 +23,11 @@
<color type="primary" scheme_preference="light">#AECEF4</color>
<color type="primary" scheme_preference="dark">#072F5E</color>
</branding>
<recommends>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
</supports>
<requires>
<display_length compare="ge">330</display_length>
</requires>