ooflet / Mi-Create

Unofficial watchface creator for Xiaomi wearables ~2021 and above
https://ooflet.github.io/docs
GNU General Public License v3.0
34 stars 4 forks source link

Default index did not work #29

Closed DieMetRik closed 2 days ago

DieMetRik commented 3 days ago

First of ALL. Nice program. Thanks for your job!

Describe the bug ImageList -> Default index is not working and has a limit of 99

Mi Crate 1.0.1 with EasyFace 4.15 compiler

To Reproduce Steps to reproduce the behavior:

  1. Go to ImageList ->Default index
  2. Try to enter any number
  3. And nothing

See scrennshot: Screenshot 2024-09-22 152600

ooflet commented 2 days ago

Fixed, will be released on 1.1, otherwise you can run from source code.

DieMetRik commented 2 days ago

If i use steps to km, in this case Default index may be >10000.

In your fix max number 999. Pls adjust max to 20000

ooflet commented 1 day ago

I see, thank you for the correction. I've set it so that there is no limit (except max signed int32 value)