this post was submitted on 02 Jul 2023
40 points (100.0% liked)

Liftoff!

4352 readers
1 users here now

A mobile client for Lemmy running on iOS and Android

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 11 points 1 year ago (1 children)

A Google image search of the icon wasn't super helpful, but did return a similar-looking image named "style" among the results.

Knowing that Liftoff is written in Flutter, I confirmed that it is called the "style" icon.

A search of the Liftoff code on GitHub for the "style" icon turned up a match with the comment:

// TODO: change styles?

So the answer is that it does nothing now, but appears like it might be used in the future to "change styles." Maybe as a shortcut to the "Post Style" screen in "Settings."

[โ€“] [email protected] 2 points 1 year ago

Thanks for doing the research! I've been wondering what it was.