SubhamTyagi / Last-Launcher

Lightweight: Faster than light, Low on memory
GNU General Public License v3.0
169 stars 52 forks source link

fix issue 152 #192

Open xuzhi2021 opened 2 years ago

xuzhi2021 commented 2 years ago

issue 152 Originally, the function "set size & color" allow users to set text size no more than 90. However, if I set the size of app A with 90 and then click the app A, it will still grow by 2 each click, so I add a limit in relevant method. Now it will not grow without limit by setting size or clicking the app.