Skip to content

Commit

Permalink
Refactor image dimensions descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucki authored and ifl0w committed Feb 11, 2024
1 parent 5e846b4 commit 46f041b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,26 +310,26 @@

<key type='i' name='image-ratio1'>
<default>16</default>
<summary>Image Ratio</summary>
<description>The minimal ratio 1.</description>
<summary>Image width ratio</summary>
<description>The minimal width ratio part.</description>
</key>

<key type='i' name='image-ratio2'>
<default>10</default>
<summary>Image Width</summary>
<description>The minimal ratio 2.</description>
<summary>Image height ratio</summary>
<description>The minimal height ratio part.</description>
</key>

<key type='i' name='min-height'>
<default>1080</default>
<summary>Image Height</summary>
<description>The minimal height of fetched image.</description>
<description>The minimal height of the fetched image.</description>
</key>

<key type='i' name='min-width'>
<default>1920</default>
<summary>Image Width</summary>
<description>The minimal width of fetched image.</description>
<description>The minimal width of the fetched image.</description>
</key>

<key type='s' name='subreddits'>
Expand Down

0 comments on commit 46f041b

Please sign in to comment.