SubhamTyagi / Last-Launcher

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

feat: allow to hide the first app letter #201

Open pbrochard opened 2 years ago

pbrochard commented 2 years ago

Add an app menu entry to allow to hide/show the first letter of the app name. This allow to group or reorder apps while sorting by names.

image image

pbrochard commented 2 years ago

Maybe this is not the right thing to do: I think a possible better way could be to have an index for each entries to sort them. For example 500 by default. The sort could then be by index and then by alphabetical order. Which one is better? (or none of the two)