ꜰᴀʙɪᴏ :xcode:<p><span class="h-card" translate="no"><a href="https://mastodon.world/@jonduenas" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>jonduenas</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@nicoreese" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>nicoreese</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.gamedev.place/@weetwo" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>weetwo</span></a></span> </p><p>Mmm… I saw better. They use a menu, but in any case, It’s possible the key is that they use -> Label("etc", systemImage: "line.horizontal.3.decrease")</p><p>try with:</p><p>ToolbarItem(placement: .topBarTrailing) {<br> Toggle(isOn: $somethingToEnabled) {<br> Label("etc", systemImage: "line.horizontal.3.decrease")<br> .labelStyle(.iconOnly)<br> }<br>}</p><p>It looks more like a circle</p><p><a href="https://iosdev.space/tags/iOS26" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iOS26</span></a> <a href="https://iosdev.space/tags/iOSDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iOSDev</span></a> <a href="https://iosdev.space/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftUI</span></a></p>