🚀 Progress Count option

* Option to change Progress Count method (Percentage/Quantity)
* Improved progress calculation
This commit is contained in:
Acclorite 2025-01-21 19:49:32 +02:00
parent fe269fd8a0
commit ad41bc9a1a
11 changed files with 145 additions and 19 deletions

View file

@ -265,6 +265,7 @@
<string name="progress_bar_padding_option">Margins</string>
<string name="progress_bar_alignment_option">Alignment</string>
<string name="progress_bar_font_size_option">Font size</string>
<string name="progress_count_option">Progress count</string>
<!-- Browse -->
<string name="browse_layout_option">Display mode</string>
@ -343,6 +344,10 @@
<string name="font_thickness_normal">Normal</string>
<string name="font_thickness_medium">Medium</string>
<!-- Progress Count properties -->
<string name="progress_count_percentage">Percentage</string>
<string name="progress_count_quantity">Quantity</string>
<!-- Themes -->
<string name="dynamic_theme">Mercury</string>
<string name="blue_theme">Neptune</string>